#428364

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

Shades of Viridian #428364

Tints of Viridian #428364

Color information

#428364 (or 0x428364) is unknown color: approx Viridian. HEX triplet: 42, 83 and 64. RGB value is (66,131,100). Sum of RGB (Red+Green+Blue) = 66+131+100=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 131 - color contains mainly: green. Hex color #428364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428364 is #BD7C9B. Grayscale: #6C6C6C. Windows color (decimal): -12418204 or 6587202. OLE color: 6587202.

HSL color Cylindrical-coordinate representation of color #428364: hue angle of 151.38º 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 #428364 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB66131100-
CMYK0.5000.240.49
HSL151.38º32.99%38.63%-
HSV(B)151.38º49.62%51.37%-
XYZ12.6618.3114.92-
YUV108.03123.4798.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 131 (51.56% from 255) = 44.11%
BLUE value IS 100 (39.45% from 255) = 33.67%
R=22.22%
G=44.11%
B=33.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661311000.5000.240.49151.3832.9938.63
Hex4283643201831972127
Octal10220314462030612274147
Binary100001010000011110010011001001100011000110010111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428364; }

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

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

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

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

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

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

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

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