#36866A

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

Shades of Viridian #36866A

Tints of Viridian #36866A

Color information

#36866A (or 0x36866A) is unknown color: approx Viridian. HEX triplet: 36, 86 and 6A. RGB value is (54,134,106). Sum of RGB (Red+Green+Blue) = 54+134+106=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #36866A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36866A is #C97995. Grayscale: #6A6A6A. Windows color (decimal): -13203862 or 6981174. OLE color: 6981174.

HSL color Cylindrical-coordinate representation of color #36866A: hue angle of 159º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36866A is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB54134106-
CMYK0.6000.210.47
HSL159º42.55%36.86%-
HSV(B)159º59.7%52.55%-
XYZ12.6518.8816.61-
YUV106.89127.590.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.37%
GREEN value IS 134 (52.73% from 255) = 45.58%
BLUE value IS 106 (41.80% from 255) = 36.05%
R=18.37%
G=45.58%
B=36.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541341060.6000.210.4715942.5536.86
Hex36866A3C0152F9f2b25
Octal6620615274025572375345
Binary11011010000110110101011110001010110111110011111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,134,106); }

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

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

 a { background-color: rgb(54,134,106); }

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

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

 span { border-color: rgb(54,134,106); }

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