#428964

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

Shades of Viridian #428964

Tints of Viridian #428964

Color information

#428964 (or 0x428964) is unknown color: approx Viridian. HEX triplet: 42, 89 and 64. RGB value is (66,137,100). Sum of RGB (Red+Green+Blue) = 66+137+100=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #428964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428964 is #BD769B. Grayscale: #6F6F6F. Windows color (decimal): -12416668 or 6588738. OLE color: 6588738.

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

Color convert

RGB66137100-
CMYK0.5200.270.46
HSL148.73º34.98%39.8%-
HSV(B)148.73º51.82%53.73%-
XYZ13.4919.9715.2-
YUV111.55121.4895.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 137 (53.91% from 255) = 45.21%
BLUE value IS 100 (39.45% from 255) = 33.00%
R=21.78%
G=45.21%
B=33.00%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal661371000.5200.270.46148.7334.9839.8
Hex4289643401B2E952328
Octal10221114464033562254350
Binary100001010001001110010011010001101110111010010101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428964; }

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

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

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

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

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

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

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

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