Html Css Color HEX #395328 Palm Leaf

📋 copy color: '#395328'

red 57 ◦ green 83 ◦ blue 40

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

Shades of Palm Leaf #395328

Tints of Palm Leaf #395328

RGB

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

 GREEN value IS 83 (32.81% from 255) = 46.11%

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

R = 31.67%
G = 46.11%
B = 22.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#395328 (or 0x395328) is known color: Palm Leaf. HEX triplet: 39, 53 and 28. RGB value is (57,83,40). Sum of RGB (Red+Green+Blue) = 57+83+40=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #395328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395328 is #C6ACD7. Grayscale: #464646. Windows color (decimal): -13020376 or 2642745. OLE color: 2642745.

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

Color convert

RGB 57 83 40 -
CMYK 0.31 0 0.52 0.67
HSL 96.28º 0.35% 0.24% -
HSV(B) 96.28º 0.52% 0.33% -
XYZ 5.16 7.21 3.13 -
YUV 70.32 110.89 118.5 -
System Red Green Blue C M Y K H S L
Decimal 57 83 40 0.31 0 0.52 0.67 96.28 0.35 0.24
Hex 39 53 28 1F 0 34 43 60 23 18
Octal 71 123 50 37 0 64 103 140 43 30
Binary 111001 1010011 101000 11111 0 110100 1000011 1100000 100011 11000

Color Harmonies of #395328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395328

Black with #395328

Text Example


Text Example

White with #395328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395328; }

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

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

background-color css

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

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

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

border-color css

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

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

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