Html Css Color HEX #395925 Palm Leaf

📋 copy color: '#395925'

red 57 ◦ green 89 ◦ blue 37

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

Shades of Palm Leaf #395925

Tints of Palm Leaf #395925

RGB

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

 GREEN value IS 89 (35.16% from 255) = 48.63%

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

R = 31.15%
G = 48.63%
B = 20.22%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#395925 (or 0x395925) is known color: Palm Leaf. HEX triplet: 39, 59 and 25. RGB value is (57,89,37). Sum of RGB (Red+Green+Blue) = 57+89+37=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 89 - color contains mainly: green. Hex color #395925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395925 is #C6A6DA. Grayscale: #494949. Windows color (decimal): -13018843 or 2447673. OLE color: 2447673.

HSL color Cylindrical-coordinate representation of color #395925: hue angle of 96.92º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #395925 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 89 37 -
CMYK 0.36 0 0.58 0.65
HSL 96.92º 0.41% 0.25% -
HSV(B) 96.92º 0.58% 0.35% -
XYZ 5.59 8.15 3.03 -
YUV 73.5 107.4 116.23 -
System Red Green Blue C M Y K H S L
Decimal 57 89 37 0.36 0 0.58 0.65 96.92 0.41 0.25
Hex 39 59 25 24 0 3A 41 61 29 19
Octal 71 131 45 44 0 72 101 141 51 31
Binary 111001 1011001 100101 100100 0 111010 1000001 1100001 101001 11001

Color Harmonies of #395925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395925

Black with #395925

Text Example


Text Example

White with #395925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395925; }

 p { color: rgb(57,89,37); }

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

background-color css

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

 a { background-color: rgb(57,89,37); }

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

border-color css

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

 span { border-color: rgb(57,89,37); }

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