#427969

Color #427969 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #427969

Tints of Viridian #427969

Color information

#427969 (or 0x427969) is unknown color: approx Viridian. HEX triplet: 42, 79 and 69. RGB value is (66,121,105). Sum of RGB (Red+Green+Blue) = 66+121+105=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 121 (47.66% from 255 or 41.44% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 121 - color contains mainly: green. Hex color #427969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427969 is #BD8696. Grayscale: #666666. Windows color (decimal): -12420759 or 6912322. OLE color: 6912322.

HSL color Cylindrical-coordinate representation of color #427969: hue angle of 162.55º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427969 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB66121105-
CMYK0.4500.130.53
HSL162.55º29.41%36.67%-
HSV(B)162.55º45.45%47.45%-
XYZ11.6315.8515.81-
YUV102.73129.28101.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 22.60%
GREEN value IS 121 (47.66% from 255) = 41.44%
BLUE value IS 105 (41.41% from 255) = 35.96%
R=22.60%
G=41.44%
B=35.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661211050.4500.130.53162.5529.4136.67
Hex4279692D0D35a31d25
Octal10217115155015652433545
Binary100001011110011101001101101011011101011010001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427969; }

 p { color: rgb(66,121,105); }

 H1.HeaderClassName
 {
   color: #427969;
 }
 .AnyTagClassName
 {
   color: #427969;
 }
</style>
background-color css

<style>
 a { background-color: #427969; }

 a { background-color: rgb(66,121,105); }

 div.DivClassName
 {
   background-color: #427969;
 }
 .BgClassName
 {
   background-color: #427969;
 }
</style>
border-color css

<style>
 span { border-color: #427969; }

 span { border-color: rgb(66,121,105); }

 td.TdClassName
 {
   border-color: #427969;
 }
 .TagClassName
 {
   border-color: #427969;
 }
</style>