#428B66

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

Shades of Viridian #428B66

Tints of Viridian #428B66

Color information

#428B66 (or 0x428B66) is unknown color: approx Viridian. HEX triplet: 42, 8B and 66. RGB value is (66,139,102). Sum of RGB (Red+Green+Blue) = 66+139+102=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 139 (54.69% from 255 or 45.28% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 139 - color contains mainly: green. Hex color #428B66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428B66 is #BD7499. Grayscale: #717171. Windows color (decimal): -12416154 or 6720322. OLE color: 6720322.

HSL color Cylindrical-coordinate representation of color #428B66: hue angle of 149.59º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428B66 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB66139102-
CMYK0.5300.270.45
HSL149.59º35.61%40.2%-
HSV(B)149.59º52.52%54.51%-
XYZ13.8820.5815.81-
YUV112.95121.8294.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.50%
GREEN value IS 139 (54.69% from 255) = 45.28%
BLUE value IS 102 (40.23% from 255) = 33.22%
R=21.50%
G=45.28%
B=33.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661391020.5300.270.45149.5935.6140.2
Hex428B663501B2D962428
Octal10221314665033552264450
Binary100001010001011110011011010101101110110110010110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428B66; }

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

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

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

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

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

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

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

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