Html Css Color HEX #379176 Viridian

📋 copy color: '#379176'

red 55 ◦ green 145 ◦ blue 118

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

Shades of Viridian #379176

Tints of Viridian #379176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.11%

R = 17.3%
G = 45.6%
B = 37.11%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#379176 (or 0x379176) is known color: Viridian. HEX triplet: 37, 91 and 76. RGB value is (55,145,118). Sum of RGB (Red+Green+Blue) = 55+145+118=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #379176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379176 is #C86E89. Grayscale: #737373. Windows color (decimal): -13135498 or 7770423. OLE color: 7770423.

HSL color Cylindrical-coordinate representation of color #379176: hue angle of 162º 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 #379176 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 145 118 -
CMYK 0.62 0 0.19 0.43
HSL 162º 0.45% 0.39% -
HSV(B) 162º 0.62% 0.57% -
XYZ 14.97 22.37 20.67 -
YUV 115.01 129.68 85.2 -
System Red Green Blue C M Y K H S L
Decimal 55 145 118 0.62 0 0.19 0.43 162 0.45 0.39
Hex 37 91 76 3E 0 13 2B A2 2D 27
Octal 67 221 166 76 0 23 53 242 55 47
Binary 110111 10010001 1110110 111110 0 10011 101011 10100010 101101 100111

Color Harmonies of #379176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379176

Black with #379176

Text Example


Text Example

White with #379176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379176; }

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

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

background-color css

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

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

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

border-color css

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

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

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