Html Css Color HEX #428872 Viridian

📋 copy color: '#428872'

red 66 ◦ green 136 ◦ blue 114

#428872
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #428872

Tints of Viridian #428872

RGB

 RED value IS 66 (26.17% from 255) = 20.89%

 GREEN value IS 136 (53.52% from 255) = 43.04%

 BLUE value IS 114 (44.92% from 255) = 36.08%

R = 20.89%
G = 43.04%
B = 36.08%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#428872 (or 0x428872) is known color: Viridian. HEX triplet: 42, 88 and 72. RGB value is (66,136,114). Sum of RGB (Red+Green+Blue) = 66+136+114=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #428872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428872 is #BD778D. Grayscale: #707070. Windows color (decimal): -12416910 or 7505986. OLE color: 7505986.

HSL color Cylindrical-coordinate representation of color #428872: hue angle of 161.14º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428872 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 136 114 -
CMYK 0.51 0 0.16 0.47
HSL 161.14º 0.35% 0.4% -
HSV(B) 161.14º 0.51% 0.53% -
XYZ 14.09 19.98 19.03 -
YUV 112.56 128.81 94.79 -
System Red Green Blue C M Y K H S L
Decimal 66 136 114 0.51 0 0.16 0.47 161.14 0.35 0.4
Hex 42 88 72 33 0 10 2F A1 23 28
Octal 102 210 162 63 0 20 57 241 43 50
Binary 1000010 10001000 1110010 110011 0 10000 101111 10100001 100011 101000

Color Harmonies of #428872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428872

Black with #428872

Text Example


Text Example

White with #428872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428872; }

 p { color: rgb(66,136,114); }

 H1.HeaderClassName
 {
   color: #428872;
 }
 .AnyTagClassName
 {
   color: #428872;
 }
</style>

background-color css

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

 a { background-color: rgb(66,136,114); }

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

border-color css

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

 span { border-color: rgb(66,136,114); }

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