Html Css Color HEX #3D5039 Palm Leaf

📋 copy color: '#3D5039'

red 61 ◦ green 80 ◦ blue 57

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

Shades of Palm Leaf #3D5039

Tints of Palm Leaf #3D5039

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.4%

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

R = 30.81%
G = 40.4%
B = 28.79%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#3D5039 (or 0x3D5039) is known color: Palm Leaf. HEX triplet: 3D, 50 and 39. RGB value is (61,80,57). Sum of RGB (Red+Green+Blue) = 61+80+57=198 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.81% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 80 - color contains mainly: green. Hex color #3D5039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5039 is #C2AFC6. Grayscale: #474747. Windows color (decimal): -12758983 or 3756093. OLE color: 3756093.

HSL color Cylindrical-coordinate representation of color #3D5039: hue angle of 109.57º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3D5039 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB 61 80 57 -
CMYK 0.24 0 0.29 0.69
HSL 109.57º 0.17% 0.27% -
HSV(B) 109.57º 0.29% 0.31% -
XYZ 5.53 7.02 4.94 -
YUV 71.7 119.71 120.37 -
System Red Green Blue C M Y K H S L
Decimal 61 80 57 0.24 0 0.29 0.69 109.57 0.17 0.27
Hex 3D 50 39 18 0 1D 45 6E 11 1B
Octal 75 120 71 30 0 35 105 156 21 33
Binary 111101 1010000 111001 11000 0 11101 1000101 1101110 10001 11011

Color Harmonies of #3D5039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5039

Black with #3D5039

Text Example


Text Example

White with #3D5039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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