Html Css Color HEX #345828 Palm Leaf

📋 copy color: '#345828'

red 52 ◦ green 88 ◦ blue 40

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

Shades of Palm Leaf #345828

Tints of Palm Leaf #345828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.22%

R = 28.89%
G = 48.89%
B = 22.22%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#345828 (or 0x345828) is known color: Palm Leaf. HEX triplet: 34, 58 and 28. RGB value is (52,88,40). Sum of RGB (Red+Green+Blue) = 52+88+40=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 88 (34.77% from 255 or 48.89% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 88 - color contains mainly: green. Hex color #345828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345828 is #CBA7D7. Grayscale: #474747. Windows color (decimal): -13346776 or 2644020. OLE color: 2644020.

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

Color convert

RGB 52 88 40 -
CMYK 0.41 0 0.55 0.65
HSL 105º 0.38% 0.25% -
HSV(B) 105º 0.55% 0.35% -
XYZ 5.29 7.86 3.25 -
YUV 71.76 110.07 113.9 -
System Red Green Blue C M Y K H S L
Decimal 52 88 40 0.41 0 0.55 0.65 105 0.38 0.25
Hex 34 58 28 29 0 37 41 69 26 19
Octal 64 130 50 51 0 67 101 151 46 31
Binary 110100 1011000 101000 101001 0 110111 1000001 1101001 100110 11001

Color Harmonies of #345828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345828

Black with #345828

Text Example


Text Example

White with #345828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345828; }

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

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

background-color css

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

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

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

border-color css

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

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

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