#37826B

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

Shades of Viridian #37826B

Tints of Viridian #37826B

Color information

#37826B (or 0x37826B) is unknown color: approx Viridian. HEX triplet: 37, 82 and 6B. RGB value is (55,130,107). Sum of RGB (Red+Green+Blue) = 55+130+107=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #37826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37826B is #C87D94. Grayscale: #686868. Windows color (decimal): -13139349 or 7045687. OLE color: 7045687.

HSL color Cylindrical-coordinate representation of color #37826B: hue angle of 161.6º 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 #37826B is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB55130107-
CMYK0.5800.180.49
HSL161.6º40.54%36.27%-
HSV(B)161.6º57.69%50.98%-
XYZ12.2117.8416.71-
YUV104.95129.1592.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.84%
GREEN value IS 130 (51.17% from 255) = 44.52%
BLUE value IS 107 (42.19% from 255) = 36.64%
R=18.84%
G=44.52%
B=36.64%

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
Decimal551301070.5800.180.49161.640.5436.27
Hex37826B3A01231a22924
Octal6720215372022612425144
Binary11011110000010110101111101001001011000110100010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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