Html Css Color HEX #345327 Palm Leaf

📋 copy color: '#345327'

red 52 ◦ green 83 ◦ blue 39

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

Shades of Palm Leaf #345327

Tints of Palm Leaf #345327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.41%

R = 29.89%
G = 47.7%
B = 22.41%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#345327 (or 0x345327) is known color: Palm Leaf. HEX triplet: 34, 53 and 27. RGB value is (52,83,39). Sum of RGB (Red+Green+Blue) = 52+83+39=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 39 (15.62% from 255 or 22.41% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #345327 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345327 is #CBACD8. Grayscale: #444444. Windows color (decimal): -13348057 or 2577204. OLE color: 2577204.

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

Color convert

RGB 52 83 39 -
CMYK 0.37 0 0.53 0.67
HSL 102.27º 0.36% 0.24% -
HSV(B) 102.27º 0.53% 0.33% -
XYZ 4.88 7.06 3.03 -
YUV 68.72 111.23 116.08 -
System Red Green Blue C M Y K H S L
Decimal 52 83 39 0.37 0 0.53 0.67 102.27 0.36 0.24
Hex 34 53 27 25 0 35 43 66 24 18
Octal 64 123 47 45 0 65 103 146 44 30
Binary 110100 1010011 100111 100101 0 110101 1000011 1100110 100100 11000

Color Harmonies of #345327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345327

Black with #345327

Text Example


Text Example

White with #345327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345327; }

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

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

background-color css

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

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

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

border-color css

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

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

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