Html Css Color HEX #345827 Palm Leaf

📋 copy color: '#345827'

red 52 ◦ green 88 ◦ blue 39

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

Shades of Palm Leaf #345827

Tints of Palm Leaf #345827

RGB

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

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

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

R = 29.05%
G = 49.16%
B = 21.79%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#345827 (or 0x345827) is known color: Palm Leaf. HEX triplet: 34, 58 and 27. RGB value is (52,88,39). Sum of RGB (Red+Green+Blue) = 52+88+39=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 88 (34.77% from 255 or 49.16% from 179); Blue value is 39 (15.62% from 255 or 21.79% from 179); Max value from RGB is 88 - color contains mainly: green. Hex color #345827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345827 is #CBA7D8. Grayscale: #474747. Windows color (decimal): -13346777 or 2578484. OLE color: 2578484.

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

Color convert

RGB 52 88 39 -
CMYK 0.41 0 0.56 0.65
HSL 104.08º 0.39% 0.25% -
HSV(B) 104.08º 0.56% 0.35% -
XYZ 5.27 7.86 3.16 -
YUV 71.65 109.57 113.98 -
System Red Green Blue C M Y K H S L
Decimal 52 88 39 0.41 0 0.56 0.65 104.08 0.39 0.25
Hex 34 58 27 29 0 38 41 68 27 19
Octal 64 130 47 51 0 70 101 150 47 31
Binary 110100 1011000 100111 101001 0 111000 1000001 1101000 100111 11001

Color Harmonies of #345827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345827

Black with #345827

Text Example


Text Example

White with #345827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345827; }

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

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

background-color css

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

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

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

border-color css

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

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

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