Html Css Color HEX #379572 Viridian

📋 copy color: '#379572'

red 55 ◦ green 149 ◦ blue 114

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

Shades of Viridian #379572

Tints of Viridian #379572

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.86%

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

R = 17.3%
G = 46.86%
B = 35.85%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#379572 (or 0x379572) is known color: Viridian. HEX triplet: 37, 95 and 72. RGB value is (55,149,114). Sum of RGB (Red+Green+Blue) = 55+149+114=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #379572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379572 is #C86A8D. Grayscale: #747474. Windows color (decimal): -13134478 or 7509303. OLE color: 7509303.

HSL color Cylindrical-coordinate representation of color #379572: hue angle of 157.66º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379572 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 149 114 -
CMYK 0.63 0 0.23 0.42
HSL 157.66º 0.46% 0.4% -
HSV(B) 157.66º 0.63% 0.58% -
XYZ 15.36 23.52 19.65 -
YUV 116.9 126.36 83.85 -
System Red Green Blue C M Y K H S L
Decimal 55 149 114 0.63 0 0.23 0.42 157.66 0.46 0.4
Hex 37 95 72 3F 0 17 2A 9E 2E 28
Octal 67 225 162 77 0 27 52 236 56 50
Binary 110111 10010101 1110010 111111 0 10111 101010 10011110 101110 101000

Color Harmonies of #379572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379572

Black with #379572

Text Example


Text Example

White with #379572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379572; }

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

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

background-color css

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

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

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

border-color css

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

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

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