Html Css Color HEX #379172 Viridian

📋 copy color: '#379172'

red 55 ◦ green 145 ◦ blue 114

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

Shades of Viridian #379172

Tints of Viridian #379172

RGB

 RED value IS 55 (21.88% from 255) = 17.52%

 GREEN value IS 145 (57.03% from 255) = 46.18%

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

R = 17.52%
G = 46.18%
B = 36.31%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#379172 (or 0x379172) is known color: Viridian. HEX triplet: 37, 91 and 72. RGB value is (55,145,114). Sum of RGB (Red+Green+Blue) = 55+145+114=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #379172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379172 is #C86E8D. Grayscale: #727272. Windows color (decimal): -13135502 or 7508279. OLE color: 7508279.

HSL color Cylindrical-coordinate representation of color #379172: hue angle of 159.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #379172 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 145 114 -
CMYK 0.62 0 0.21 0.43
HSL 159.33º 0.45% 0.39% -
HSV(B) 159.33º 0.62% 0.57% -
XYZ 14.74 22.28 19.44 -
YUV 114.56 127.68 85.52 -
System Red Green Blue C M Y K H S L
Decimal 55 145 114 0.62 0 0.21 0.43 159.33 0.45 0.39
Hex 37 91 72 3E 0 15 2B 9F 2D 27
Octal 67 221 162 76 0 25 53 237 55 47
Binary 110111 10010001 1110010 111110 0 10101 101011 10011111 101101 100111

Color Harmonies of #379172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379172

Black with #379172

Text Example


Text Example

White with #379172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379172; }

 p { color: rgb(55,145,114); }

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

background-color css

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

 a { background-color: rgb(55,145,114); }

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

border-color css

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

 span { border-color: rgb(55,145,114); }

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