Html Css Color HEX #34532B Palm Leaf

📋 copy color: '#34532B'

red 52 ◦ green 83 ◦ blue 43

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

Shades of Palm Leaf #34532B

Tints of Palm Leaf #34532B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.16%

R = 29.21%
G = 46.63%
B = 24.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#34532B (or 0x34532B) is known color: Palm Leaf. HEX triplet: 34, 53 and 2B. RGB value is (52,83,43). Sum of RGB (Red+Green+Blue) = 52+83+43=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #34532B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34532B is #CBACD4. Grayscale: #454545. Windows color (decimal): -13348053 or 2839348. OLE color: 2839348.

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

Color convert

RGB 52 83 43 -
CMYK 0.37 0 0.48 0.67
HSL 106.5º 0.32% 0.25% -
HSV(B) 106.5º 0.48% 0.33% -
XYZ 4.95 7.09 3.39 -
YUV 69.17 113.23 115.75 -
System Red Green Blue C M Y K H S L
Decimal 52 83 43 0.37 0 0.48 0.67 106.5 0.32 0.25
Hex 34 53 2B 25 0 30 43 6A 20 19
Octal 64 123 53 45 0 60 103 152 40 31
Binary 110100 1010011 101011 100101 0 110000 1000011 1101010 100000 11001

Color Harmonies of #34532B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34532B

Black with #34532B

Text Example


Text Example

White with #34532B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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