#335425

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

Shades of Palm Leaf #335425

Tints of Palm Leaf #335425

Color information

#335425 (or 0x335425) is unknown color: approx Palm Leaf. HEX triplet: 33, 54 and 25. RGB value is (51,84,37). Sum of RGB (Red+Green+Blue) = 51+84+37=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #335425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335425 is #CCABDA. Grayscale: #444444. Windows color (decimal): -13413339 or 2446387. OLE color: 2446387.

HSL color Cylindrical-coordinate representation of color #335425: hue angle of 102.13º 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 #335425 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB518437-
CMYK0.3900.560.67
HSL102.13º38.84%23.73%-
HSV(B)102.13º55.95%32.94%-
XYZ4.877.182.88-
YUV68.78110.07115.32-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.65%
GREEN value IS 84 (33.20% from 255) = 48.84%
BLUE value IS 37 (14.84% from 255) = 21.51%
R=29.65%
G=48.84%
B=21.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5184370.3900.560.67102.1338.8423.73
Hex3354252703843662718
Octal6312445470701031464730
Binary110011101010010010110011101110001000011110011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335425; }

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

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

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

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

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

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

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

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