Html Css Color HEX #34482F Palm Leaf

📋 copy color: '#34482F'

red 52 ◦ green 72 ◦ blue 47

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

Shades of Palm Leaf #34482F

Tints of Palm Leaf #34482F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.11%

 BLUE value IS 47 (18.75% from 255) = 27.49%

R = 30.41%
G = 42.11%
B = 27.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#34482F (or 0x34482F) is known color: Palm Leaf. HEX triplet: 34, 48 and 2F. RGB value is (52,72,47). Sum of RGB (Red+Green+Blue) = 52+72+47=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 72 - color contains mainly: green. Hex color #34482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34482F is #CBB7D0. Grayscale: #3F3F3F. Windows color (decimal): -13350865 or 3098676. OLE color: 3098676.

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

Color convert

RGB 52 72 47 -
CMYK 0.28 0 0.35 0.72
HSL 108º 0.21% 0.23% -
HSV(B) 108º 0.35% 0.28% -
XYZ 4.25 5.57 3.54 -
YUV 63.17 118.87 120.03 -
System Red Green Blue C M Y K H S L
Decimal 52 72 47 0.28 0 0.35 0.72 108 0.21 0.23
Hex 34 48 2F 1C 0 23 48 6C 15 17
Octal 64 110 57 34 0 43 110 154 25 27
Binary 110100 1001000 101111 11100 0 100011 1001000 1101100 10101 10111

Color Harmonies of #34482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34482F

Black with #34482F

Text Example


Text Example

White with #34482F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,72,47); }

 H1.HeaderClassName
 {
   color: #34482F;
 }
 .AnyTagClassName
 {
   color: #34482F;
 }
</style>

background-color css

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

 a { background-color: rgb(52,72,47); }

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

border-color css

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

 span { border-color: rgb(52,72,47); }

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