#36634C

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

Shades of Plantation #36634C

Tints of Plantation #36634C

Color information

#36634C (or 0x36634C) is unknown color: approx Plantation. HEX triplet: 36, 63 and 4C. RGB value is (54,99,76). Sum of RGB (Red+Green+Blue) = 54+99+76=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 99 - color contains mainly: green. Hex color #36634C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36634C is #C99CB3. Grayscale: #525252. Windows color (decimal): -13212852 or 5006134. OLE color: 5006134.

HSL color Cylindrical-coordinate representation of color #36634C: hue angle of 149.33º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #36634C is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB549976-
CMYK0.4500.230.61
HSL149.33º29.41%30%-
HSV(B)149.33º45.45%38.82%-
XYZ7.2910.238.43-
YUV82.92124.09107.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.58%
GREEN value IS 99 (39.06% from 255) = 43.23%
BLUE value IS 76 (30.08% from 255) = 33.19%
R=23.58%
G=43.23%
B=33.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5499760.4500.230.61149.3329.4130
Hex36634C2D0173D951d1e
Octal6614311455027752253536
Binary11011011000111001100101101010111111101100101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36634C; }

 p { color: rgb(54,99,76); }

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

<style>
 a { background-color: #36634C; }

 a { background-color: rgb(54,99,76); }

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

<style>
 span { border-color: #36634C; }

 span { border-color: rgb(54,99,76); }

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