Html Css Color HEX #345A21 Palm Leaf

📋 copy color: '#345A21'

red 52 ◦ green 90 ◦ blue 33

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

Shades of Palm Leaf #345A21

Tints of Palm Leaf #345A21

RGB

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

 GREEN value IS 90 (35.55% from 255) = 51.43%

 BLUE value IS 33 (13.28% from 255) = 18.86%

R = 29.71%
G = 51.43%
B = 18.86%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#345A21 (or 0x345A21) is known color: Palm Leaf. HEX triplet: 34, 5A and 21. RGB value is (52,90,33). Sum of RGB (Red+Green+Blue) = 52+90+33=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #345A21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345A21 is #CBA5DE. Grayscale: #484848. Windows color (decimal): -13346271 or 2185780. OLE color: 2185780.

HSL color Cylindrical-coordinate representation of color #345A21: hue angle of 100º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #345A21 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 90 33 -
CMYK 0.42 0 0.63 0.65
HSL 100º 0.46% 0.24% -
HSV(B) 100º 0.63% 0.35% -
XYZ 5.35 8.15 2.73 -
YUV 72.14 105.91 113.63 -
System Red Green Blue C M Y K H S L
Decimal 52 90 33 0.42 0 0.63 0.65 100 0.46 0.24
Hex 34 5A 21 2A 0 3F 41 64 2E 18
Octal 64 132 41 52 0 77 101 144 56 30
Binary 110100 1011010 100001 101010 0 111111 1000001 1100100 101110 11000

Color Harmonies of #345A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A21

Black with #345A21

Text Example


Text Example

White with #345A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,90,33); }

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

background-color css

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

 a { background-color: rgb(52,90,33); }

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

border-color css

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

 span { border-color: rgb(52,90,33); }

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