#428766

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

Shades of Viridian #428766

Tints of Viridian #428766

Color information

#428766 (or 0x428766) is unknown color: approx Viridian. HEX triplet: 42, 87 and 66. RGB value is (66,135,102). Sum of RGB (Red+Green+Blue) = 66+135+102=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 135 - color contains mainly: green. Hex color #428766 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428766 is #BD7899. Grayscale: #6E6E6E. Windows color (decimal): -12417178 or 6719298. OLE color: 6719298.

HSL color Cylindrical-coordinate representation of color #428766: hue angle of 151.3º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428766 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB66135102-
CMYK0.5100.240.47
HSL151.3º34.33%39.41%-
HSV(B)151.3º51.11%52.94%-
XYZ13.3119.4515.62-
YUV110.61123.1496.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 135 (53.12% from 255) = 44.55%
BLUE value IS 102 (40.23% from 255) = 33.66%
R=21.78%
G=44.55%
B=33.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal661351020.5100.240.47151.334.3339.41
Hex428766330182F972227
Octal10220714663030572274247
Binary100001010000111110011011001101100010111110010111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428766; }

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

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

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

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

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

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

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

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