#379672

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

Shades of Viridian #379672

Tints of Viridian #379672

Color information

#379672 (or 0x379672) is unknown color: approx Viridian. HEX triplet: 37, 96 and 72. RGB value is (55,150,114). Sum of RGB (Red+Green+Blue) = 55+150+114=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #379672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379672 is #C8698D. Grayscale: #757575. Windows color (decimal): -13134222 or 7509559. OLE color: 7509559.

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

Color convert

RGB55150114-
CMYK0.6300.240.41
HSL157.26º46.34%40.2%-
HSV(B)157.26º63.33%58.82%-
XYZ15.5223.8419.7-
YUV117.49126.0383.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.24%
GREEN value IS 150 (58.98% from 255) = 47.02%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=17.24%
G=47.02%
B=35.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551501140.6300.240.41157.2646.3440.2
Hex3796723F018299d2e28
Octal6722616277030512355650
Binary11011110010110111001011111101100010100110011101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379672; }

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

 H1.HeaderClassName
 {
   color: #379672;
 }
 .AnyTagClassName
 {
   color: #379672;
 }
</style>
background-color css

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

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

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

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

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

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