#428975

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

Shades of Viridian #428975

Tints of Viridian #428975

Color information

#428975 (or 0x428975) is unknown color: approx Viridian. HEX triplet: 42, 89 and 75. RGB value is (66,137,117). Sum of RGB (Red+Green+Blue) = 66+137+117=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 137 - color contains mainly: green. Hex color #428975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428975 is #BD768A. Grayscale: #717171. Windows color (decimal): -12416651 or 7702850. OLE color: 7702850.

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

Color convert

RGB66137117-
CMYK0.5200.150.46
HSL163.1º34.98%39.8%-
HSV(B)163.1º51.82%53.73%-
XYZ14.420.3320-
YUV113.49129.9894.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.62%
GREEN value IS 137 (53.91% from 255) = 42.81%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=20.62%
G=42.81%
B=36.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal661371170.5200.150.46163.134.9839.8
Hex428975340F2Ea32328
Octal10221116564017562434350
Binary10000101000100111101011101000111110111010100011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428975; }

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

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

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

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

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

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

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

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