#334D25

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

Shades of Palm Leaf #334D25

Tints of Palm Leaf #334D25

Color information

#334D25 (or 0x334D25) is unknown color: approx Palm Leaf. HEX triplet: 33, 4D and 25. RGB value is (51,77,37). Sum of RGB (Red+Green+Blue) = 51+77+37=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 77 - color contains mainly: green. Hex color #334D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334D25 is #CCB2DA. Grayscale: #404040. Windows color (decimal): -13415131 or 2444595. OLE color: 2444595.

HSL color Cylindrical-coordinate representation of color #334D25: hue angle of 99º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #334D25 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.70.

Color convert

RGB517737-
CMYK0.3400.520.70
HSL99º35.09%22.35%-
HSV(B)99º51.95%30.2%-
XYZ4.356.152.71-
YUV64.67112.39118.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.91%
GREEN value IS 77 (30.47% from 255) = 46.67%
BLUE value IS 37 (14.84% from 255) = 22.42%
R=30.91%
G=46.67%
B=22.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5177370.3400.520.709935.0922.35
Hex334D252203446632316
Octal6311545420641061434326
Binary110011100110110010110001001101001000110110001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334D25; }

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

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

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

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

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

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

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

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