Html Css Color HEX #345822 Palm Leaf

📋 copy color: '#345822'

red 52 ◦ green 88 ◦ blue 34

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

Shades of Palm Leaf #345822

Tints of Palm Leaf #345822

RGB

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

 GREEN value IS 88 (34.77% from 255) = 50.57%

 BLUE value IS 34 (13.67% from 255) = 19.54%

R = 29.89%
G = 50.57%
B = 19.54%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#345822 (or 0x345822) is known color: Palm Leaf. HEX triplet: 34, 58 and 22. RGB value is (52,88,34). Sum of RGB (Red+Green+Blue) = 52+88+34=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 88 (34.77% from 255 or 50.57% from 174); Blue value is 34 (13.67% from 255 or 19.54% from 174); Max value from RGB is 88 - color contains mainly: green. Hex color #345822 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345822 is #CBA7DD. Grayscale: #474747. Windows color (decimal): -13346782 or 2250804. OLE color: 2250804.

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

Color convert

RGB 52 88 34 -
CMYK 0.41 0 0.61 0.65
HSL 100º 0.44% 0.24% -
HSV(B) 100º 0.61% 0.35% -
XYZ 5.19 7.83 2.75 -
YUV 71.08 107.07 114.39 -
System Red Green Blue C M Y K H S L
Decimal 52 88 34 0.41 0 0.61 0.65 100 0.44 0.24
Hex 34 58 22 29 0 3D 41 64 2C 18
Octal 64 130 42 51 0 75 101 144 54 30
Binary 110100 1011000 100010 101001 0 111101 1000001 1100100 101100 11000

Color Harmonies of #345822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345822

Black with #345822

Text Example


Text Example

White with #345822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345822; }

 p { color: rgb(52,88,34); }

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

background-color css

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

 a { background-color: rgb(52,88,34); }

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

border-color css

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

 span { border-color: rgb(52,88,34); }

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