#36644A

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

Shades of Plantation #36644A

Tints of Plantation #36644A

Color information

#36644A (or 0x36644A) is unknown color: approx Plantation. HEX triplet: 36, 64 and 4A. RGB value is (54,100,74). Sum of RGB (Red+Green+Blue) = 54+100+74=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 100 - color contains mainly: green. Hex color #36644A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36644A is #C99BB5. Grayscale: #535353. Windows color (decimal): -13212598 or 4875318. OLE color: 4875318.

HSL color Cylindrical-coordinate representation of color #36644A: hue angle of 146.09º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #36644A is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB5410074-
CMYK0.4600.260.61
HSL146.09º29.87%30.2%-
HSV(B)146.09º46%39.22%-
XYZ7.3110.398.1-
YUV83.28122.76107.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.68%
GREEN value IS 100 (39.45% from 255) = 43.86%
BLUE value IS 74 (29.30% from 255) = 32.46%
R=23.68%
G=43.86%
B=32.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal54100740.4600.260.61146.0929.8730.2
Hex36644A2E01A3D921e1e
Octal6614411256032752223636
Binary11011011001001001010101110011010111101100100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,100,74); }

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

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

 a { background-color: rgb(54,100,74); }

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

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

 span { border-color: rgb(54,100,74); }

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