#36684B

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

Shades of Plantation #36684B

Tints of Plantation #36684B

Color information

#36684B (or 0x36684B) is unknown color: approx Plantation. HEX triplet: 36, 68 and 4B. RGB value is (54,104,75). Sum of RGB (Red+Green+Blue) = 54+104+75=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 104 - color contains mainly: green. Hex color #36684B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36684B is #C997B4. Grayscale: #555555. Windows color (decimal): -13211573 or 4941878. OLE color: 4941878.

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

Color convert

RGB5410475-
CMYK0.4800.280.59
HSL145.2º31.65%30.98%-
HSV(B)145.2º48.08%40.78%-
XYZ7.7411.198.41-
YUV85.74121.94105.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.18%
GREEN value IS 104 (41.02% from 255) = 44.64%
BLUE value IS 75 (29.69% from 255) = 32.19%
R=23.18%
G=44.64%
B=32.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54104750.4800.280.59145.231.6530.98
Hex36684B3001C3B91201f
Octal6615011360034732214037
Binary110110110100010010111100000111001110111001000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36684B; }

 p { color: rgb(54,104,75); }

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

<style>
 a { background-color: #36684B; }

 a { background-color: rgb(54,104,75); }

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

<style>
 span { border-color: #36684B; }

 span { border-color: rgb(54,104,75); }

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