#428965

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

Shades of Viridian #428965

Tints of Viridian #428965

Color information

#428965 (or 0x428965) is unknown color: approx Viridian. HEX triplet: 42, 89 and 65. RGB value is (66,137,101). Sum of RGB (Red+Green+Blue) = 66+137+101=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #428965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428965 is #BD769A. Grayscale: #6F6F6F. Windows color (decimal): -12416667 or 6654274. OLE color: 6654274.

HSL color Cylindrical-coordinate representation of color #428965: hue angle of 149.58º 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 #428965 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB66137101-
CMYK0.5200.260.46
HSL149.58º34.98%39.8%-
HSV(B)149.58º51.82%53.73%-
XYZ13.5419.9915.46-
YUV111.67121.9895.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.71%
GREEN value IS 137 (53.91% from 255) = 45.07%
BLUE value IS 101 (39.84% from 255) = 33.22%
R=21.71%
G=45.07%
B=33.22%

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
Decimal661371010.5200.260.46149.5834.9839.8
Hex4289653401A2E962328
Octal10221114564032562264350
Binary100001010001001110010111010001101010111010010110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428965; }

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

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

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

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

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

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

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

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