#428464

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

Shades of Viridian #428464

Tints of Viridian #428464

Color information

#428464 (or 0x428464) is unknown color: approx Viridian. HEX triplet: 42, 84 and 64. RGB value is (66,132,100). Sum of RGB (Red+Green+Blue) = 66+132+100=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 132 - color contains mainly: green. Hex color #428464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428464 is #BD7B9B. Grayscale: #6C6C6C. Windows color (decimal): -12417948 or 6587458. OLE color: 6587458.

HSL color Cylindrical-coordinate representation of color #428464: hue angle of 150.91º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428464 is Cyan = 0.5, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB66132100-
CMYK0.500.240.48
HSL150.91º33.33%38.82%-
HSV(B)150.91º50%51.76%-
XYZ12.818.5814.97-
YUV108.62123.1397.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 132 (51.95% from 255) = 44.30%
BLUE value IS 100 (39.45% from 255) = 33.56%
R=22.15%
G=44.30%
B=33.56%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661321000.500.240.48150.9133.3338.82
Hex4284643201830972127
Octal10220414462030602274147
Binary100001010000100110010011001001100011000010010111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428464; }

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

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

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

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

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

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

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

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