#37826A

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

Shades of Viridian #37826A

Tints of Viridian #37826A

Color information

#37826A (or 0x37826A) is unknown color: approx Viridian. HEX triplet: 37, 82 and 6A. RGB value is (55,130,106). Sum of RGB (Red+Green+Blue) = 55+130+106=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #37826A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37826A is #C87D95. Grayscale: #686868. Windows color (decimal): -13139350 or 6980151. OLE color: 6980151.

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

Color convert

RGB55130106-
CMYK0.5800.180.49
HSL160.8º40.54%36.27%-
HSV(B)160.8º57.69%50.98%-
XYZ12.1617.8216.43-
YUV104.84128.6592.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.90%
GREEN value IS 130 (51.17% from 255) = 44.67%
BLUE value IS 106 (41.80% from 255) = 36.43%
R=18.90%
G=44.67%
B=36.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551301060.5800.180.49160.840.5436.27
Hex37826A3A01231a12924
Octal6720215272022612415144
Binary11011110000010110101011101001001011000110100001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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