#34502A

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

Shades of Palm Leaf #34502A

Tints of Palm Leaf #34502A

Color information

#34502A (or 0x34502A) is unknown color: approx Palm Leaf. HEX triplet: 34, 50 and 2A. RGB value is (52,80,42). Sum of RGB (Red+Green+Blue) = 52+80+42=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #34502A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34502A is #CBAFD5. Grayscale: #434343. Windows color (decimal): -13348822 or 2773044. OLE color: 2773044.

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

Color convert

RGB528042-
CMYK0.3500.480.69
HSL104.21º31.15%23.92%-
HSV(B)104.21º47.5%31.37%-
XYZ4.76.633.22-
YUV67.3113.72117.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.89%
GREEN value IS 80 (31.64% from 255) = 45.98%
BLUE value IS 42 (16.80% from 255) = 24.14%
R=29.89%
G=45.98%
B=24.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5280420.3500.480.69104.2131.1523.92
Hex34502A2303045681f18
Octal6412052430601051503730
Binary11010010100001010101000110110000100010111010001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34502A; }

 p { color: rgb(52,80,42); }

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

<style>
 a { background-color: #34502A; }

 a { background-color: rgb(52,80,42); }

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

<style>
 span { border-color: #34502A; }

 span { border-color: rgb(52,80,42); }

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