Html Css Color HEX #428172 Viridian

📋 copy color: '#428172'

red 66 ◦ green 129 ◦ blue 114

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

Shades of Viridian #428172

Tints of Viridian #428172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.75%

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

R = 21.36%
G = 41.75%
B = 36.89%

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

#428172 (or 0x428172) is known color: Viridian. HEX triplet: 42, 81 and 72. RGB value is (66,129,114). Sum of RGB (Red+Green+Blue) = 66+129+114=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 129 - color contains mainly: green. Hex color #428172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428172 is #BD7E8D. Grayscale: #6C6C6C. Windows color (decimal): -12418702 or 7504194. OLE color: 7504194.

HSL color Cylindrical-coordinate representation of color #428172: hue angle of 165.71º degrees, saturation: 0.32, 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 #428172 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 129 114 -
CMYK 0.49 0 0.12 0.49
HSL 165.71º 0.32% 0.38% -
HSV(B) 165.71º 0.49% 0.51% -
XYZ 13.13 18.07 18.72 -
YUV 108.45 131.13 97.72 -
System Red Green Blue C M Y K H S L
Decimal 66 129 114 0.49 0 0.12 0.49 165.71 0.32 0.38
Hex 42 81 72 31 0 C 31 A6 20 26
Octal 102 201 162 61 0 14 61 246 40 46
Binary 1000010 10000001 1110010 110001 0 1100 110001 10100110 100000 100110

Color Harmonies of #428172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428172

Black with #428172

Text Example


Text Example

White with #428172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428172; }

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

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

background-color css

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

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

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

border-color css

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

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

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