#334C26

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

Shades of Palm Leaf #334C26

Tints of Palm Leaf #334C26

Color information

#334C26 (or 0x334C26) is unknown color: approx Palm Leaf. HEX triplet: 33, 4C and 26. RGB value is (51,76,38). Sum of RGB (Red+Green+Blue) = 51+76+38=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 76 (30.08% from 255 or 46.06% from 165); Blue value is 38 (15.23% from 255 or 23.03% from 165); Max value from RGB is 76 - color contains mainly: green. Hex color #334C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334C26 is #CCB3D9. Grayscale: #404040. Windows color (decimal): -13415386 or 2509875. OLE color: 2509875.

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

Color convert

RGB517638-
CMYK0.3300.50.70
HSL99.47º33.33%22.35%-
HSV(B)99.47º50%29.8%-
XYZ4.36.012.77-
YUV64.19113.22118.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.91%
GREEN value IS 76 (30.08% from 255) = 46.06%
BLUE value IS 38 (15.23% from 255) = 23.03%
R=30.91%
G=46.06%
B=23.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5176380.3300.50.7099.4733.3322.35
Hex334C262103246632116
Octal6311446410621061434126
Binary110011100110010011010000101100101000110110001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,76,38); }

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

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

 a { background-color: rgb(51,76,38); }

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

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

 span { border-color: rgb(51,76,38); }

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