#427964

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

Shades of Viridian #427964

Tints of Viridian #427964

Color information

#427964 (or 0x427964) is unknown color: approx Viridian. HEX triplet: 42, 79 and 64. RGB value is (66,121,100). Sum of RGB (Red+Green+Blue) = 66+121+100=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 121 - color contains mainly: green. Hex color #427964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427964 is #BD869B. Grayscale: #666666. Windows color (decimal): -12420764 or 6584642. OLE color: 6584642.

HSL color Cylindrical-coordinate representation of color #427964: hue angle of 157.09º 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 #427964 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB66121100-
CMYK0.4500.170.53
HSL157.09º29.41%36.67%-
HSV(B)157.09º45.45%47.45%-
XYZ11.3815.7514.5-
YUV102.16126.78102.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 121 (47.66% from 255) = 42.16%
BLUE value IS 100 (39.45% from 255) = 34.84%
R=23.00%
G=42.16%
B=34.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661211000.4500.170.53157.0929.4136.67
Hex4279642D011359d1d25
Octal10217114455021652353545
Binary1000010111100111001001011010100011101011001110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427964; }

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

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

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

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

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

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

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

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