Html Css Color HEX #3D5237 Palm Leaf

📋 copy color: '#3D5237'

red 61 ◦ green 82 ◦ blue 55

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

Shades of Palm Leaf #3D5237

Tints of Palm Leaf #3D5237

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.41%

 BLUE value IS 55 (21.88% from 255) = 27.78%

R = 30.81%
G = 41.41%
B = 27.78%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#3D5237 (or 0x3D5237) is known color: Palm Leaf. HEX triplet: 3D, 52 and 37. RGB value is (61,82,55). Sum of RGB (Red+Green+Blue) = 61+82+55=198 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.81% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 55 (21.88% from 255 or 27.78% from 198); Max value from RGB is 82 - color contains mainly: green. Hex color #3D5237 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5237 is #C2ADC8. Grayscale: #484848. Windows color (decimal): -12758473 or 3625533. OLE color: 3625533.

HSL color Cylindrical-coordinate representation of color #3D5237: hue angle of 106.67º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3D5237 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB 61 82 55 -
CMYK 0.26 0 0.33 0.68
HSL 106.67º 0.2% 0.27% -
HSV(B) 106.67º 0.33% 0.32% -
XYZ 5.63 7.3 4.73 -
YUV 72.64 118.04 119.7 -
System Red Green Blue C M Y K H S L
Decimal 61 82 55 0.26 0 0.33 0.68 106.67 0.2 0.27
Hex 3D 52 37 1A 0 21 44 6B 14 1B
Octal 75 122 67 32 0 41 104 153 24 33
Binary 111101 1010010 110111 11010 0 100001 1000100 1101011 10100 11011

Color Harmonies of #3D5237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5237

Black with #3D5237

Text Example


Text Example

White with #3D5237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,82,55); }

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

background-color css

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

 a { background-color: rgb(61,82,55); }

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

border-color css

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

 span { border-color: rgb(61,82,55); }

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