#335525

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

Shades of Palm Leaf #335525

Tints of Palm Leaf #335525

Color information

#335525 (or 0x335525) is unknown color: approx Palm Leaf. HEX triplet: 33, 55 and 25. RGB value is (51,85,37). Sum of RGB (Red+Green+Blue) = 51+85+37=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #335525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335525 is #CCAADA. Grayscale: #454545. Windows color (decimal): -13413083 or 2446643. OLE color: 2446643.

HSL color Cylindrical-coordinate representation of color #335525: hue angle of 102.5º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #335525 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB518537-
CMYK0.4000.560.67
HSL102.5º39.34%23.92%-
HSV(B)102.5º56.47%33.33%-
XYZ4.957.332.91-
YUV69.36109.74114.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.48%
GREEN value IS 85 (33.59% from 255) = 49.13%
BLUE value IS 37 (14.84% from 255) = 21.39%
R=29.48%
G=49.13%
B=21.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5185370.4000.560.67102.539.3423.92
Hex3355252803843662718
Octal6312545500701031464730
Binary110011101010110010110100001110001000011110011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335525; }

 p { color: rgb(51,85,37); }

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

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

 a { background-color: rgb(51,85,37); }

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

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

 span { border-color: rgb(51,85,37); }

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