Html Css Color HEX #345921 Palm Leaf

📋 copy color: '#345921'

red 52 ◦ green 89 ◦ blue 33

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

Shades of Palm Leaf #345921

Tints of Palm Leaf #345921

RGB

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

 GREEN value IS 89 (35.16% from 255) = 51.15%

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

R = 29.89%
G = 51.15%
B = 18.97%

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

#345921 (or 0x345921) is known color: Palm Leaf. HEX triplet: 34, 59 and 21. RGB value is (52,89,33). Sum of RGB (Red+Green+Blue) = 52+89+33=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 89 (35.16% from 255 or 51.15% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 89 - color contains mainly: green. Hex color #345921 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345921 is #CBA6DE. Grayscale: #474747. Windows color (decimal): -13346527 or 2185524. OLE color: 2185524.

HSL color Cylindrical-coordinate representation of color #345921: hue angle of 99.64º 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 #345921 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 89 33 -
CMYK 0.42 0 0.63 0.65
HSL 99.64º 0.46% 0.24% -
HSV(B) 99.64º 0.63% 0.35% -
XYZ 5.26 7.98 2.7 -
YUV 71.55 106.24 114.05 -
System Red Green Blue C M Y K H S L
Decimal 52 89 33 0.42 0 0.63 0.65 99.64 0.46 0.24
Hex 34 59 21 2A 0 3F 41 64 2E 18
Octal 64 131 41 52 0 77 101 144 56 30
Binary 110100 1011001 100001 101010 0 111111 1000001 1100100 101110 11000

Color Harmonies of #345921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345921

Black with #345921

Text Example


Text Example

White with #345921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345921; }

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

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

background-color css

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

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

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

border-color css

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

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

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