Html Css Color HEX #345320 Palm Leaf

📋 copy color: '#345320'

red 52 ◦ green 83 ◦ blue 32

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

Shades of Palm Leaf #345320

Tints of Palm Leaf #345320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.16%

R = 31.14%
G = 49.7%
B = 19.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#345320 (or 0x345320) is known color: Palm Leaf. HEX triplet: 34, 53 and 20. RGB value is (52,83,32). Sum of RGB (Red+Green+Blue) = 52+83+32=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #345320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345320 is #CBACDF. Grayscale: #444444. Windows color (decimal): -13348064 or 2118452. OLE color: 2118452.

HSL color Cylindrical-coordinate representation of color #345320: hue angle of 96.47º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #345320 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 83 32 -
CMYK 0.37 0 0.61 0.67
HSL 96.47º 0.44% 0.23% -
HSV(B) 96.47º 0.61% 0.33% -
XYZ 4.77 7.02 2.47 -
YUV 67.92 107.73 116.65 -
System Red Green Blue C M Y K H S L
Decimal 52 83 32 0.37 0 0.61 0.67 96.47 0.44 0.23
Hex 34 53 20 25 0 3D 43 60 2C 17
Octal 64 123 40 45 0 75 103 140 54 27
Binary 110100 1010011 100000 100101 0 111101 1000011 1100000 101100 10111

Color Harmonies of #345320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345320

Black with #345320

Text Example


Text Example

White with #345320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345320; }

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

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

background-color css

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

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

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

border-color css

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

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

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