#37826D

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

Shades of Viridian #37826D

Tints of Viridian #37826D

Color information

#37826D (or 0x37826D) is unknown color: approx Viridian. HEX triplet: 37, 82 and 6D. RGB value is (55,130,109). Sum of RGB (Red+Green+Blue) = 55+130+109=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #37826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37826D is #C87D92. Grayscale: #696969. Windows color (decimal): -13139347 or 7176759. OLE color: 7176759.

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

Color convert

RGB55130109-
CMYK0.5800.160.49
HSL163.2º40.54%36.27%-
HSV(B)163.2º57.69%50.98%-
XYZ12.3217.8817.27-
YUV105.18130.1592.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.71%
GREEN value IS 130 (51.17% from 255) = 44.22%
BLUE value IS 109 (42.97% from 255) = 37.07%
R=18.71%
G=44.22%
B=37.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551301090.5800.160.49163.240.5436.27
Hex37826D3A01031a32924
Octal6720215572020612435144
Binary11011110000010110110111101001000011000110100011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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