#37846A

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

Shades of Viridian #37846A

Tints of Viridian #37846A

Color information

#37846A (or 0x37846A) is unknown color: approx Viridian. HEX triplet: 37, 84 and 6A. RGB value is (55,132,106). Sum of RGB (Red+Green+Blue) = 55+132+106=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 132 - color contains mainly: green. Hex color #37846A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37846A is #C87B95. Grayscale: #6A6A6A. Windows color (decimal): -13138838 or 6980663. OLE color: 6980663.

HSL color Cylindrical-coordinate representation of color #37846A: hue angle of 159.74º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #37846A is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB55132106-
CMYK0.5800.200.48
HSL159.74º41.18%36.67%-
HSV(B)159.74º58.33%51.76%-
XYZ12.4318.3616.52-
YUV106.01127.9991.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.77%
GREEN value IS 132 (51.95% from 255) = 45.05%
BLUE value IS 106 (41.80% from 255) = 36.18%
R=18.77%
G=45.05%
B=36.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551321060.5800.200.48159.7441.1836.67
Hex37846A3A01430a02925
Octal6720415272024602405145
Binary11011110000100110101011101001010011000010100000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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