#34452B

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

Shades of Palm Leaf #34452B

Tints of Palm Leaf #34452B

Color information

#34452B (or 0x34452B) is unknown color: approx Palm Leaf. HEX triplet: 34, 45 and 2B. RGB value is (52,69,43). Sum of RGB (Red+Green+Blue) = 52+69+43=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 69 - color contains mainly: green. Hex color #34452B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34452B is #CBBAD4. Grayscale: #3D3D3D. Windows color (decimal): -13351637 or 2835764. OLE color: 2835764.

HSL color Cylindrical-coordinate representation of color #34452B: hue angle of 99.23º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #34452B is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB526943-
CMYK0.2500.380.73
HSL99.23º23.21%21.96%-
HSV(B)99.23º37.68%27.06%-
XYZ3.985.163.07-
YUV60.95117.87121.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.71%
GREEN value IS 69 (27.34% from 255) = 42.07%
BLUE value IS 43 (17.19% from 255) = 26.22%
R=31.71%
G=42.07%
B=26.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5269430.2500.380.7399.2323.2121.96
Hex34452B1902649631716
Octal6410553310461111432726
Binary1101001000101101011110010100110100100111000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34452B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34452B; }

 p { color: rgb(52,69,43); }

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

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

 a { background-color: rgb(52,69,43); }

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

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

 span { border-color: rgb(52,69,43); }

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