Html Css Color HEX #345725 Palm Leaf

📋 copy color: '#345725'

red 52 ◦ green 87 ◦ blue 37

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

Shades of Palm Leaf #345725

Tints of Palm Leaf #345725

RGB

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

 GREEN value IS 87 (34.38% from 255) = 49.43%

 BLUE value IS 37 (14.84% from 255) = 21.02%

R = 29.55%
G = 49.43%
B = 21.02%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#345725 (or 0x345725) is known color: Palm Leaf. HEX triplet: 34, 57 and 25. RGB value is (52,87,37). Sum of RGB (Red+Green+Blue) = 52+87+37=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 87 (34.38% from 255 or 49.43% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 87 - color contains mainly: green. Hex color #345725 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345725 is #CBA8DA. Grayscale: #474747. Windows color (decimal): -13347035 or 2447156. OLE color: 2447156.

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

Color convert

RGB 52 87 37 -
CMYK 0.40 0 0.57 0.66
HSL 102º 0.4% 0.24% -
HSV(B) 102º 0.57% 0.34% -
XYZ 5.16 7.68 2.96 -
YUV 70.84 108.9 114.57 -
System Red Green Blue C M Y K H S L
Decimal 52 87 37 0.40 0 0.57 0.66 102 0.4 0.24
Hex 34 57 25 28 0 39 42 66 28 18
Octal 64 127 45 50 0 71 102 146 50 30
Binary 110100 1010111 100101 101000 0 111001 1000010 1100110 101000 11000

Color Harmonies of #345725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345725

Black with #345725

Text Example


Text Example

White with #345725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345725; }

 p { color: rgb(52,87,37); }

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

background-color css

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

 a { background-color: rgb(52,87,37); }

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

border-color css

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

 span { border-color: rgb(52,87,37); }

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