Html Css Color HEX #34492A Palm Leaf

📋 copy color: '#34492A'

red 52 ◦ green 73 ◦ blue 42

#34492A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Leaf #34492A

Tints of Palm Leaf #34492A

RGB

 RED value IS 52 (20.7% from 255) = 31.14%

 GREEN value IS 73 (28.91% from 255) = 43.71%

 BLUE value IS 42 (16.8% from 255) = 25.15%

R = 31.14%
G = 43.71%
B = 25.15%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#34492A (or 0x34492A) is known color: Palm Leaf. HEX triplet: 34, 49 and 2A. RGB value is (52,73,42). Sum of RGB (Red+Green+Blue) = 52+73+42=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 73 - color contains mainly: green. Hex color #34492A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34492A is #CBB6D5. Grayscale: #3F3F3F. Windows color (decimal): -13350614 or 2771252. OLE color: 2771252.

HSL color Cylindrical-coordinate representation of color #34492A: hue angle of 100.65º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #34492A is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 73 42 -
CMYK 0.29 0 0.42 0.71
HSL 100.65º 0.27% 0.23% -
HSV(B) 100.65º 0.42% 0.29% -
XYZ 4.22 5.66 3.06 -
YUV 63.19 116.04 120.02 -
System Red Green Blue C M Y K H S L
Decimal 52 73 42 0.29 0 0.42 0.71 100.65 0.27 0.23
Hex 34 49 2A 1D 0 2A 47 65 1B 17
Octal 64 111 52 35 0 52 107 145 33 27
Binary 110100 1001001 101010 11101 0 101010 1000111 1100101 11011 10111

Color Harmonies of #34492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34492A

Black with #34492A

Text Example


Text Example

White with #34492A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34492A;
 }
 .AnyTagClassName
 {
   color: #34492A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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