#36694D

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

Shades of Plantation #36694D

Tints of Plantation #36694D

Color information

#36694D (or 0x36694D) is unknown color: approx Plantation. HEX triplet: 36, 69 and 4D. RGB value is (54,105,77). Sum of RGB (Red+Green+Blue) = 54+105+77=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #36694D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36694D is #C996B2. Grayscale: #565656. Windows color (decimal): -13211315 or 5073206. OLE color: 5073206.

HSL color Cylindrical-coordinate representation of color #36694D: hue angle of 147.06º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #36694D is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB5410577-
CMYK0.4900.270.59
HSL147.06º32.08%31.18%-
HSV(B)147.06º48.57%41.18%-
XYZ7.9111.428.81-
YUV86.56122.6104.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.88%
GREEN value IS 105 (41.41% from 255) = 44.49%
BLUE value IS 77 (30.47% from 255) = 32.63%
R=22.88%
G=44.49%
B=32.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54105770.4900.270.59147.0632.0831.18
Hex36694D3101B3B93201f
Octal6615111561033732234037
Binary110110110100110011011100010110111110111001001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,105,77); }

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

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

 a { background-color: rgb(54,105,77); }

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

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

 span { border-color: rgb(54,105,77); }

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