Html Css Color HEX #345321 Palm Leaf

📋 copy color: '#345321'

red 52 ◦ green 83 ◦ blue 33

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

Shades of Palm Leaf #345321

Tints of Palm Leaf #345321

RGB

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

 GREEN value IS 83 (32.81% from 255) = 49.4%

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

R = 30.95%
G = 49.4%
B = 19.64%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#345321 (or 0x345321) is known color: Palm Leaf. HEX triplet: 34, 53 and 21. RGB value is (52,83,33). Sum of RGB (Red+Green+Blue) = 52+83+33=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #345321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345321 is #CBACDE. Grayscale: #444444. Windows color (decimal): -13348063 or 2183988. OLE color: 2183988.

HSL color Cylindrical-coordinate representation of color #345321: hue angle of 97.2º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #345321 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 83 33 -
CMYK 0.37 0 0.60 0.67
HSL 97.2º 0.43% 0.23% -
HSV(B) 97.2º 0.6% 0.33% -
XYZ 4.78 7.03 2.54 -
YUV 68.03 108.23 116.57 -
System Red Green Blue C M Y K H S L
Decimal 52 83 33 0.37 0 0.60 0.67 97.2 0.43 0.23
Hex 34 53 21 25 0 3C 43 61 2B 17
Octal 64 123 41 45 0 74 103 141 53 27
Binary 110100 1010011 100001 100101 0 111100 1000011 1100001 101011 10111

Color Harmonies of #345321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345321

Black with #345321

Text Example


Text Example

White with #345321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345321; }

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

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

background-color css

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

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

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

border-color css

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

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

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