#428966

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

Shades of Viridian #428966

Tints of Viridian #428966

Color information

#428966 (or 0x428966) is unknown color: approx Viridian. HEX triplet: 42, 89 and 66. RGB value is (66,137,102). Sum of RGB (Red+Green+Blue) = 66+137+102=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 137 - color contains mainly: green. Hex color #428966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428966 is #BD7699. Grayscale: #6F6F6F. Windows color (decimal): -12416666 or 6719810. OLE color: 6719810.

HSL color Cylindrical-coordinate representation of color #428966: hue angle of 150.42º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428966 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB66137102-
CMYK0.5200.260.46
HSL150.42º34.98%39.8%-
HSV(B)150.42º51.82%53.73%-
XYZ13.5920.0115.72-
YUV111.78122.4895.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 137 (53.91% from 255) = 44.92%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=21.64%
G=44.92%
B=33.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal661371020.5200.260.46150.4234.9839.8
Hex4289663401A2E962328
Octal10221114664032562264350
Binary100001010001001110011011010001101010111010010110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428966; }

 p { color: rgb(66,137,102); }

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

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

 a { background-color: rgb(66,137,102); }

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

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

 span { border-color: rgb(66,137,102); }

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