Html Css Color HEX #345628 Palm Leaf

📋 copy color: '#345628'

red 52 ◦ green 86 ◦ blue 40

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

Shades of Palm Leaf #345628

Tints of Palm Leaf #345628

RGB

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

 GREEN value IS 86 (33.98% from 255) = 48.31%

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

R = 29.21%
G = 48.31%
B = 22.47%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#345628 (or 0x345628) is known color: Palm Leaf. HEX triplet: 34, 56 and 28. RGB value is (52,86,40). Sum of RGB (Red+Green+Blue) = 52+86+40=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 86 (33.98% from 255 or 48.31% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 86 - color contains mainly: green. Hex color #345628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345628 is #CBA9D7. Grayscale: #464646. Windows color (decimal): -13347288 or 2643508. OLE color: 2643508.

HSL color Cylindrical-coordinate representation of color #345628: hue angle of 104.35º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #345628 is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 86 40 -
CMYK 0.40 0 0.53 0.66
HSL 104.35º 0.37% 0.25% -
HSV(B) 104.35º 0.53% 0.34% -
XYZ 5.13 7.54 3.19 -
YUV 70.59 110.74 114.74 -
System Red Green Blue C M Y K H S L
Decimal 52 86 40 0.40 0 0.53 0.66 104.35 0.37 0.25
Hex 34 56 28 28 0 35 42 68 25 19
Octal 64 126 50 50 0 65 102 150 45 31
Binary 110100 1010110 101000 101000 0 110101 1000010 1101000 100101 11001

Color Harmonies of #345628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345628

Black with #345628

Text Example


Text Example

White with #345628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345628; }

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

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

background-color css

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

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

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

border-color css

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

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

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