Html Css Color HEX #395528 Palm Leaf

📋 copy color: '#395528'

red 57 ◦ green 85 ◦ blue 40

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

Shades of Palm Leaf #395528

Tints of Palm Leaf #395528

RGB

 RED value IS 57 (22.66% from 255) = 31.32%

 GREEN value IS 85 (33.59% from 255) = 46.7%

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

R = 31.32%
G = 46.7%
B = 21.98%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#395528 (or 0x395528) is known color: Palm Leaf. HEX triplet: 39, 55 and 28. RGB value is (57,85,40). Sum of RGB (Red+Green+Blue) = 57+85+40=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #395528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395528 is #C6AAD7. Grayscale: #474747. Windows color (decimal): -13019864 or 2643257. OLE color: 2643257.

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

Color convert

RGB 57 85 40 -
CMYK 0.33 0 0.53 0.67
HSL 97.33º 0.36% 0.25% -
HSV(B) 97.33º 0.53% 0.33% -
XYZ 5.32 7.52 3.18 -
YUV 71.5 110.22 117.66 -
System Red Green Blue C M Y K H S L
Decimal 57 85 40 0.33 0 0.53 0.67 97.33 0.36 0.25
Hex 39 55 28 21 0 35 43 61 24 19
Octal 71 125 50 41 0 65 103 141 44 31
Binary 111001 1010101 101000 100001 0 110101 1000011 1100001 100100 11001

Color Harmonies of #395528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395528

Black with #395528

Text Example


Text Example

White with #395528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395528; }

 p { color: rgb(57,85,40); }

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

background-color css

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

 a { background-color: rgb(57,85,40); }

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

border-color css

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

 span { border-color: rgb(57,85,40); }

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