Html Css Color HEX #345421 Palm Leaf

📋 copy color: '#345421'

red 52 ◦ green 84 ◦ blue 33

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

Shades of Palm Leaf #345421

Tints of Palm Leaf #345421

RGB

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

 GREEN value IS 84 (33.2% from 255) = 49.7%

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

R = 30.77%
G = 49.7%
B = 19.53%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#345421 (or 0x345421) is known color: Palm Leaf. HEX triplet: 34, 54 and 21. RGB value is (52,84,33). Sum of RGB (Red+Green+Blue) = 52+84+33=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 84 (33.20% from 255 or 49.70% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 84 - color contains mainly: green. Hex color #345421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345421 is #CBABDE. Grayscale: #444444. Windows color (decimal): -13347807 or 2184244. OLE color: 2184244.

HSL color Cylindrical-coordinate representation of color #345421: hue angle of 97.65º 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 #345421 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 84 33 -
CMYK 0.38 0 0.61 0.67
HSL 97.65º 0.44% 0.23% -
HSV(B) 97.65º 0.61% 0.33% -
XYZ 4.86 7.18 2.57 -
YUV 68.62 107.9 116.15 -
System Red Green Blue C M Y K H S L
Decimal 52 84 33 0.38 0 0.61 0.67 97.65 0.44 0.23
Hex 34 54 21 26 0 3D 43 62 2C 17
Octal 64 124 41 46 0 75 103 142 54 27
Binary 110100 1010100 100001 100110 0 111101 1000011 1100010 101100 10111

Color Harmonies of #345421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345421

Black with #345421

Text Example


Text Example

White with #345421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345421; }

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

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

background-color css

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

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

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

border-color css

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

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

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