#36846D

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

Shades of Viridian #36846D

Tints of Viridian #36846D

Color information

#36846D (or 0x36846D) is unknown color: approx Viridian. HEX triplet: 36, 84 and 6D. RGB value is (54,132,109). Sum of RGB (Red+Green+Blue) = 54+132+109=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #36846D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36846D is #C97B92. Grayscale: #6A6A6A. Windows color (decimal): -13204371 or 7177270. OLE color: 7177270.

HSL color Cylindrical-coordinate representation of color #36846D: hue angle of 162.31º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36846D is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB54132109-
CMYK0.5900.170.48
HSL162.31º41.94%36.47%-
HSV(B)162.31º59.09%51.76%-
XYZ12.5318.3917.36-
YUV106.06129.6690.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.31%
GREEN value IS 132 (51.95% from 255) = 44.75%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=18.31%
G=44.75%
B=36.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541321090.5900.170.48162.3141.9436.47
Hex36846D3B01130a22a24
Octal6620415573021602425244
Binary11011010000100110110111101101000111000010100010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,132,109); }

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

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

 a { background-color: rgb(54,132,109); }

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

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

 span { border-color: rgb(54,132,109); }

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