Html Css Color HEX #345529 Palm Leaf

📋 copy color: '#345529'

red 52 ◦ green 85 ◦ blue 41

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

Shades of Palm Leaf #345529

Tints of Palm Leaf #345529

RGB

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

 GREEN value IS 85 (33.59% from 255) = 47.75%

 BLUE value IS 41 (16.41% from 255) = 23.03%

R = 29.21%
G = 47.75%
B = 23.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#345529 (or 0x345529) is known color: Palm Leaf. HEX triplet: 34, 55 and 29. RGB value is (52,85,41). Sum of RGB (Red+Green+Blue) = 52+85+41=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #345529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345529 is #CBAAD6. Grayscale: #464646. Windows color (decimal): -13347543 or 2708788. OLE color: 2708788.

HSL color Cylindrical-coordinate representation of color #345529: hue angle of 105º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #345529 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 85 41 -
CMYK 0.39 0 0.52 0.67
HSL 105º 0.35% 0.25% -
HSV(B) 105º 0.52% 0.33% -
XYZ 5.06 7.39 3.26 -
YUV 70.12 111.57 115.08 -
System Red Green Blue C M Y K H S L
Decimal 52 85 41 0.39 0 0.52 0.67 105 0.35 0.25
Hex 34 55 29 27 0 34 43 69 23 19
Octal 64 125 51 47 0 64 103 151 43 31
Binary 110100 1010101 101001 100111 0 110100 1000011 1101001 100011 11001

Color Harmonies of #345529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345529

Black with #345529

Text Example


Text Example

White with #345529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345529; }

 p { color: rgb(52,85,41); }

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

background-color css

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

 a { background-color: rgb(52,85,41); }

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

border-color css

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

 span { border-color: rgb(52,85,41); }

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