Html Css Color HEX #3D5139 Palm Leaf

📋 copy color: '#3D5139'

red 61 ◦ green 81 ◦ blue 57

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

Shades of Palm Leaf #3D5139

Tints of Palm Leaf #3D5139

RGB

 RED value IS 61 (24.22% from 255) = 30.65%

 GREEN value IS 81 (32.03% from 255) = 40.7%

 BLUE value IS 57 (22.66% from 255) = 28.64%

R = 30.65%
G = 40.7%
B = 28.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#3D5139 (or 0x3D5139) is known color: Palm Leaf. HEX triplet: 3D, 51 and 39. RGB value is (61,81,57). Sum of RGB (Red+Green+Blue) = 61+81+57=199 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.65% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 57 (22.66% from 255 or 28.64% from 199); Max value from RGB is 81 - color contains mainly: green. Hex color #3D5139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5139 is #C2AEC6. Grayscale: #484848. Windows color (decimal): -12758727 or 3756349. OLE color: 3756349.

HSL color Cylindrical-coordinate representation of color #3D5139: hue angle of 110º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3D5139 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB 61 81 57 -
CMYK 0.25 0 0.30 0.68
HSL 110º 0.17% 0.27% -
HSV(B) 110º 0.3% 0.32% -
XYZ 5.61 7.17 4.96 -
YUV 72.28 119.37 119.95 -
System Red Green Blue C M Y K H S L
Decimal 61 81 57 0.25 0 0.30 0.68 110 0.17 0.27
Hex 3D 51 39 19 0 1E 44 6E 11 1B
Octal 75 121 71 31 0 36 104 156 21 33
Binary 111101 1010001 111001 11001 0 11110 1000100 1101110 10001 11011

Color Harmonies of #3D5139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5139

Black with #3D5139

Text Example


Text Example

White with #3D5139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D5139; }

 p { color: rgb(61,81,57); }

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

background-color css

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

 a { background-color: rgb(61,81,57); }

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

border-color css

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

 span { border-color: rgb(61,81,57); }

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