#335945

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

Shades of Plantation #335945

Tints of Plantation #335945

Color information

#335945 (or 0x335945) is unknown color: approx Plantation. HEX triplet: 33, 59 and 45. RGB value is (51,89,69). Sum of RGB (Red+Green+Blue) = 51+89+69=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 89 - color contains mainly: green. Hex color #335945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335945 is #CCA6BA. Grayscale: #4B4B4B. Windows color (decimal): -13412027 or 4544819. OLE color: 4544819.

HSL color Cylindrical-coordinate representation of color #335945: hue angle of 148.42º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #335945 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB518969-
CMYK0.4300.220.65
HSL148.42º27.14%27.45%-
HSV(B)148.42º42.7%34.9%-
XYZ6.018.286.91-
YUV75.36124.41110.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.40%
GREEN value IS 89 (35.16% from 255) = 42.58%
BLUE value IS 69 (27.34% from 255) = 33.01%
R=24.40%
G=42.58%
B=33.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5189690.4300.220.65148.4227.1427.45
Hex3359452B01641941b1b
Octal63131105530261012243333
Binary110011101100110001011010110101101000001100101001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335945; }

 p { color: rgb(51,89,69); }

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

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

 a { background-color: rgb(51,89,69); }

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

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

 span { border-color: rgb(51,89,69); }

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