Html Css Color HEX #34532C Palm Leaf

📋 copy color: '#34532C'

red 52 ◦ green 83 ◦ blue 44

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

Shades of Palm Leaf #34532C

Tints of Palm Leaf #34532C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 46.37%

 BLUE value IS 44 (17.58% from 255) = 24.58%

R = 29.05%
G = 46.37%
B = 24.58%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#34532C (or 0x34532C) is known color: Palm Leaf. HEX triplet: 34, 53 and 2C. RGB value is (52,83,44). Sum of RGB (Red+Green+Blue) = 52+83+44=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #34532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34532C is #CBACD3. Grayscale: #454545. Windows color (decimal): -13348052 or 2904884. OLE color: 2904884.

HSL color Cylindrical-coordinate representation of color #34532C: hue angle of 107.69º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #34532C is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 83 44 -
CMYK 0.37 0 0.47 0.67
HSL 107.69º 0.31% 0.25% -
HSV(B) 107.69º 0.47% 0.33% -
XYZ 4.96 7.1 3.49 -
YUV 69.29 113.73 115.67 -
System Red Green Blue C M Y K H S L
Decimal 52 83 44 0.37 0 0.47 0.67 107.69 0.31 0.25
Hex 34 53 2C 25 0 2F 43 6C 1F 19
Octal 64 123 54 45 0 57 103 154 37 31
Binary 110100 1010011 101100 100101 0 101111 1000011 1101100 11111 11001

Color Harmonies of #34532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34532C

Black with #34532C

Text Example


Text Example

White with #34532C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34532C; }

 p { color: rgb(52,83,44); }

 H1.HeaderClassName
 {
   color: #34532C;
 }
 .AnyTagClassName
 {
   color: #34532C;
 }
</style>

background-color css

<style>
 a { background-color: #34532C; }

 a { background-color: rgb(52,83,44); }

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

border-color css

<style>
 span { border-color: #34532C; }

 span { border-color: rgb(52,83,44); }

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