Html Css Color HEX #395526 Palm Leaf

📋 copy color: '#395526'

red 57 ◦ green 85 ◦ blue 38

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

Shades of Palm Leaf #395526

Tints of Palm Leaf #395526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.11%

R = 31.67%
G = 47.22%
B = 21.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#395526 (or 0x395526) is known color: Palm Leaf. HEX triplet: 39, 55 and 26. RGB value is (57,85,38). Sum of RGB (Red+Green+Blue) = 57+85+38=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #395526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395526 is #C6AAD9. Grayscale: #474747. Windows color (decimal): -13019866 or 2512185. OLE color: 2512185.

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

Color convert

RGB 57 85 38 -
CMYK 0.33 0 0.55 0.67
HSL 95.74º 0.38% 0.24% -
HSV(B) 95.74º 0.55% 0.33% -
XYZ 5.29 7.51 3 -
YUV 71.27 109.22 117.82 -
System Red Green Blue C M Y K H S L
Decimal 57 85 38 0.33 0 0.55 0.67 95.74 0.38 0.24
Hex 39 55 26 21 0 37 43 60 26 18
Octal 71 125 46 41 0 67 103 140 46 30
Binary 111001 1010101 100110 100001 0 110111 1000011 1100000 100110 11000

Color Harmonies of #395526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395526

Black with #395526

Text Example


Text Example

White with #395526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395526; }

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

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

background-color css

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

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

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

border-color css

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

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

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