#428374

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

Shades of Viridian #428374

Tints of Viridian #428374

Color information

#428374 (or 0x428374) is unknown color: approx Viridian. HEX triplet: 42, 83 and 74. RGB value is (66,131,116). Sum of RGB (Red+Green+Blue) = 66+131+116=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 131 - color contains mainly: green. Hex color #428374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428374 is #BD7C8B. Grayscale: #6D6D6D. Windows color (decimal): -12418188 or 7635778. OLE color: 7635778.

HSL color Cylindrical-coordinate representation of color #428374: hue angle of 166.15º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428374 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB66131116-
CMYK0.5000.110.49
HSL166.15º32.99%38.63%-
HSV(B)166.15º49.62%51.37%-
XYZ13.5218.6519.41-
YUV109.85131.4796.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.09%
GREEN value IS 131 (51.56% from 255) = 41.85%
BLUE value IS 116 (45.70% from 255) = 37.06%
R=21.09%
G=41.85%
B=37.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661311160.5000.110.49166.1532.9938.63
Hex428374320B31a62127
Octal10220316462013612464147
Binary10000101000001111101001100100101111000110100110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428374; }

 p { color: rgb(66,131,116); }

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

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

 a { background-color: rgb(66,131,116); }

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

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

 span { border-color: rgb(66,131,116); }

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