#37826E

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

Shades of Viridian #37826E

Tints of Viridian #37826E

Color information

#37826E (or 0x37826E) is unknown color: approx Viridian. HEX triplet: 37, 82 and 6E. RGB value is (55,130,110). Sum of RGB (Red+Green+Blue) = 55+130+110=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #37826E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37826E is #C87D91. Grayscale: #696969. Windows color (decimal): -13139346 or 7242295. OLE color: 7242295.

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

Color convert

RGB55130110-
CMYK0.5800.150.49
HSL164º40.54%36.27%-
HSV(B)164º57.69%50.98%-
XYZ12.3717.917.56-
YUV105.3130.6592.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.64%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=18.64%
G=44.07%
B=37.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551301100.5800.150.4916440.5436.27
Hex37826E3A0F31a42924
Octal6720215672017612445144
Binary1101111000001011011101110100111111000110100100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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