Html Css Color HEX #345032 Palm Leaf

📋 copy color: '#345032'

red 52 ◦ green 80 ◦ blue 50

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

Shades of Palm Leaf #345032

Tints of Palm Leaf #345032

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.96%

 BLUE value IS 50 (19.92% from 255) = 27.47%

R = 28.57%
G = 43.96%
B = 27.47%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#345032 (or 0x345032) is known color: Palm Leaf. HEX triplet: 34, 50 and 32. RGB value is (52,80,50). Sum of RGB (Red+Green+Blue) = 52+80+50=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 80 - color contains mainly: green. Hex color #345032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345032 is #CBAFCD. Grayscale: #444444. Windows color (decimal): -13348814 or 3297332. OLE color: 3297332.

HSL color Cylindrical-coordinate representation of color #345032: hue angle of 116º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #345032 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 80 50 -
CMYK 0.35 0 0.37 0.69
HSL 116º 0.23% 0.25% -
HSV(B) 116º 0.38% 0.31% -
XYZ 4.86 6.7 4.05 -
YUV 68.21 117.72 116.44 -
System Red Green Blue C M Y K H S L
Decimal 52 80 50 0.35 0 0.37 0.69 116 0.23 0.25
Hex 34 50 32 23 0 25 45 74 17 19
Octal 64 120 62 43 0 45 105 164 27 31
Binary 110100 1010000 110010 100011 0 100101 1000101 1110100 10111 11001

Color Harmonies of #345032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345032

Black with #345032

Text Example


Text Example

White with #345032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345032; }

 p { color: rgb(52,80,50); }

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

background-color css

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

 a { background-color: rgb(52,80,50); }

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

border-color css

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

 span { border-color: rgb(52,80,50); }

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