Html Css Color HEX #345C19 Palm Leaf

📋 copy color: '#345C19'

red 52 ◦ green 92 ◦ blue 25

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

Shades of Palm Leaf #345C19

Tints of Palm Leaf #345C19

RGB

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

 GREEN value IS 92 (36.33% from 255) = 54.44%

 BLUE value IS 25 (10.16% from 255) = 14.79%

R = 30.77%
G = 54.44%
B = 14.79%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.73

 K value IS 0.64

RGB Variations

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

Color information

#345C19 (or 0x345C19) is known color: Palm Leaf. HEX triplet: 34, 5C and 19. RGB value is (52,92,25). Sum of RGB (Red+Green+Blue) = 52+92+25=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 92 (36.33% from 255 or 54.44% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 92 - color contains mainly: green. Hex color #345C19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345C19 is #CBA3E6. Grayscale: #484848. Windows color (decimal): -13345767 or 1662004. OLE color: 1662004.

HSL color Cylindrical-coordinate representation of color #345C19: hue angle of 95.82º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #345C19 is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 92 25 -
CMYK 0.43 0 0.73 0.64
HSL 95.82º 0.57% 0.23% -
HSV(B) 95.82º 0.73% 0.36% -
XYZ 5.42 8.45 2.27 -
YUV 72.4 101.25 113.45 -
System Red Green Blue C M Y K H S L
Decimal 52 92 25 0.43 0 0.73 0.64 95.82 0.57 0.23
Hex 34 5C 19 2B 0 49 40 60 39 17
Octal 64 134 31 53 0 111 100 140 71 27
Binary 110100 1011100 11001 101011 0 1001001 1000000 1100000 111001 10111

Color Harmonies of #345C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345C19

Black with #345C19

Text Example


Text Example

White with #345C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345C19; }

 p { color: rgb(52,92,25); }

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

background-color css

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

 a { background-color: rgb(52,92,25); }

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

border-color css

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

 span { border-color: rgb(52,92,25); }

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