#34581F

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

Shades of Palm Leaf #34581F

Tints of Palm Leaf #34581F

Color information

#34581F (or 0x34581F) is unknown color: approx Palm Leaf. HEX triplet: 34, 58 and 1F. RGB value is (52,88,31). Sum of RGB (Red+Green+Blue) = 52+88+31=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 88 (34.77% from 255 or 51.46% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 88 - color contains mainly: green. Hex color #34581F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34581F is #CBA7E0. Grayscale: #464646. Windows color (decimal): -13346785 or 2054196. OLE color: 2054196.

HSL color Cylindrical-coordinate representation of color #34581F: hue angle of 97.89º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34581F is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB528831-
CMYK0.4100.650.65
HSL97.89º47.9%23.33%-
HSV(B)97.89º64.77%34.51%-
XYZ5.157.812.53-
YUV70.74105.57114.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.41%
GREEN value IS 88 (34.77% from 255) = 51.46%
BLUE value IS 31 (12.5% from 255) = 18.13%
R=30.41%
G=51.46%
B=18.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5288310.4100.650.6597.8947.923.33
Hex34581F2904141623017
Octal64130375101011011426027
Binary110100101100011111101001010000011000001110001011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34581F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34581F; }

 p { color: rgb(52,88,31); }

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

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

 a { background-color: rgb(52,88,31); }

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

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

 span { border-color: rgb(52,88,31); }

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