#334F2B

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

Shades of Palm Leaf #334F2B

Tints of Palm Leaf #334F2B

Color information

#334F2B (or 0x334F2B) is unknown color: approx Palm Leaf. HEX triplet: 33, 4F and 2B. RGB value is (51,79,43). Sum of RGB (Red+Green+Blue) = 51+79+43=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 79 (31.25% from 255 or 45.66% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 79 - color contains mainly: green. Hex color #334F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334F2B is #CCB0D4. Grayscale: #424242. Windows color (decimal): -13414613 or 2838323. OLE color: 2838323.

HSL color Cylindrical-coordinate representation of color #334F2B: hue angle of 106.67º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #334F2B is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB517943-
CMYK0.3500.460.69
HSL106.67º29.51%23.92%-
HSV(B)106.67º45.57%30.98%-
XYZ4.66.473.29-
YUV66.52114.72116.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.48%
GREEN value IS 79 (31.25% from 255) = 45.66%
BLUE value IS 43 (17.19% from 255) = 24.86%
R=29.48%
G=45.66%
B=24.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5179430.3500.460.69106.6729.5123.92
Hex334F2B2302E456b1e18
Octal6311753430561051533630
Binary11001110011111010111000110101110100010111010111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,79,43); }

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

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

 a { background-color: rgb(51,79,43); }

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

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

 span { border-color: rgb(51,79,43); }

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