#379572

Color #379572 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #379572

Tints of Viridian #379572

Color information

#379572 (or 0x379572) is unknown color: approx 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

RGB55149114-
CMYK0.6300.230.42
HSL157.66º46.08%40%-
HSV(B)157.66º63.09%58.43%-
XYZ15.3623.5219.65-
YUV116.9126.3683.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.30%
GREEN value IS 149 (58.59% from 255) = 46.86%
BLUE value IS 114 (44.92% from 255) = 35.85%
R=17.30%
G=46.86%
B=35.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551491140.6300.230.42157.6646.0840
Hex3795723F0172A9e2e28
Octal6722516277027522365650
Binary11011110010101111001011111101011110101010011110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>