#37816A

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

Shades of Viridian #37816A

Tints of Viridian #37816A

Color information

#37816A (or 0x37816A) is unknown color: approx Viridian. HEX triplet: 37, 81 and 6A. RGB value is (55,129,106). Sum of RGB (Red+Green+Blue) = 55+129+106=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 129 - color contains mainly: green. Hex color #37816A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37816A is #C87E95. Grayscale: #686868. Windows color (decimal): -13139606 or 6979895. OLE color: 6979895.

HSL color Cylindrical-coordinate representation of color #37816A: hue angle of 161.35º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37816A is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB55129106-
CMYK0.5700.180.49
HSL161.35º40.22%36.08%-
HSV(B)161.35º57.36%50.59%-
XYZ12.0317.5516.39-
YUV104.25128.9892.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.97%
GREEN value IS 129 (50.78% from 255) = 44.48%
BLUE value IS 106 (41.80% from 255) = 36.55%
R=18.97%
G=44.48%
B=36.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551291060.5700.180.49161.3540.2236.08
Hex37816A3901231a12824
Octal6720115271022612415044
Binary11011110000001110101011100101001011000110100001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37816A; }

 p { color: rgb(55,129,106); }

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

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

 a { background-color: rgb(55,129,106); }

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

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

 span { border-color: rgb(55,129,106); }

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