Html Css Color HEX #428272 Viridian

📋 copy color: '#428272'

red 66 ◦ green 130 ◦ blue 114

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

Shades of Viridian #428272

Tints of Viridian #428272

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.94%

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

R = 21.29%
G = 41.94%
B = 36.77%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#428272 (or 0x428272) is known color: Viridian. HEX triplet: 42, 82 and 72. RGB value is (66,130,114). Sum of RGB (Red+Green+Blue) = 66+130+114=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #428272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428272 is #BD7D8D. Grayscale: #6D6D6D. Windows color (decimal): -12418446 or 7504450. OLE color: 7504450.

HSL color Cylindrical-coordinate representation of color #428272: hue angle of 165º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #428272 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 130 114 -
CMYK 0.49 0 0.12 0.49
HSL 165º 0.33% 0.38% -
HSV(B) 165º 0.49% 0.51% -
XYZ 13.27 18.34 18.76 -
YUV 109.04 130.8 97.3 -
System Red Green Blue C M Y K H S L
Decimal 66 130 114 0.49 0 0.12 0.49 165 0.33 0.38
Hex 42 82 72 31 0 C 31 A5 21 26
Octal 102 202 162 61 0 14 61 245 41 46
Binary 1000010 10000010 1110010 110001 0 1100 110001 10100101 100001 100110

Color Harmonies of #428272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428272

Black with #428272

Text Example


Text Example

White with #428272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428272; }

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

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

background-color css

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

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

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

border-color css

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

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

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