Html Css Color HEX #428672 Viridian

📋 copy color: '#428672'

red 66 ◦ green 134 ◦ blue 114

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

Shades of Viridian #428672

Tints of Viridian #428672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.68%

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

R = 21.02%
G = 42.68%
B = 36.31%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#428672 (or 0x428672) is known color: Viridian. HEX triplet: 42, 86 and 72. RGB value is (66,134,114). Sum of RGB (Red+Green+Blue) = 66+134+114=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 134 - color contains mainly: green. Hex color #428672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428672 is #BD798D. Grayscale: #6F6F6F. Windows color (decimal): -12417422 or 7505474. OLE color: 7505474.

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

Color convert

RGB 66 134 114 -
CMYK 0.51 0 0.15 0.47
HSL 162.35º 0.34% 0.39% -
HSV(B) 162.35º 0.51% 0.53% -
XYZ 13.81 19.42 18.94 -
YUV 111.39 129.47 95.63 -
System Red Green Blue C M Y K H S L
Decimal 66 134 114 0.51 0 0.15 0.47 162.35 0.34 0.39
Hex 42 86 72 33 0 F 2F A2 22 27
Octal 102 206 162 63 0 17 57 242 42 47
Binary 1000010 10000110 1110010 110011 0 1111 101111 10100010 100010 100111

Color Harmonies of #428672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428672

Black with #428672

Text Example


Text Example

White with #428672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428672; }

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

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

background-color css

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

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

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

border-color css

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

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

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