Html Css Color HEX #345323 Palm Leaf

📋 copy color: '#345323'

red 52 ◦ green 83 ◦ blue 35

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

Shades of Palm Leaf #345323

Tints of Palm Leaf #345323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.59%

R = 30.59%
G = 48.82%
B = 20.59%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#345323 (or 0x345323) is known color: Palm Leaf. HEX triplet: 34, 53 and 23. RGB value is (52,83,35). Sum of RGB (Red+Green+Blue) = 52+83+35=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 35 (14.06% from 255 or 20.59% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #345323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345323 is #CBACDC. Grayscale: #444444. Windows color (decimal): -13348061 or 2315060. OLE color: 2315060.

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

Color convert

RGB 52 83 35 -
CMYK 0.37 0 0.58 0.67
HSL 98.75º 0.41% 0.23% -
HSV(B) 98.75º 0.58% 0.33% -
XYZ 4.81 7.04 2.69 -
YUV 68.26 109.23 116.4 -
System Red Green Blue C M Y K H S L
Decimal 52 83 35 0.37 0 0.58 0.67 98.75 0.41 0.23
Hex 34 53 23 25 0 3A 43 63 29 17
Octal 64 123 43 45 0 72 103 143 51 27
Binary 110100 1010011 100011 100101 0 111010 1000011 1100011 101001 10111

Color Harmonies of #345323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345323

Black with #345323

Text Example


Text Example

White with #345323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345323; }

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

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

background-color css

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

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

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

border-color css

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

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

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