Html Css Color HEX #3D5232 Palm Leaf

📋 copy color: '#3D5232'

red 61 ◦ green 82 ◦ blue 50

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

Shades of Palm Leaf #3D5232

Tints of Palm Leaf #3D5232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 25.91%

R = 31.61%
G = 42.49%
B = 25.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.39

 K value IS 0.68

RGB Variations

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

Color information

#3D5232 (or 0x3D5232) is known color: Palm Leaf. HEX triplet: 3D, 52 and 32. RGB value is (61,82,50). Sum of RGB (Red+Green+Blue) = 61+82+50=193 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.61% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 82 - color contains mainly: green. Hex color #3D5232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5232 is #C2ADCD. Grayscale: #484848. Windows color (decimal): -12758478 or 3297853. OLE color: 3297853.

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

Color convert

RGB 61 82 50 -
CMYK 0.26 0 0.39 0.68
HSL 99.38º 0.24% 0.26% -
HSV(B) 99.38º 0.39% 0.32% -
XYZ 5.52 7.26 4.13 -
YUV 72.07 115.54 120.1 -
System Red Green Blue C M Y K H S L
Decimal 61 82 50 0.26 0 0.39 0.68 99.38 0.24 0.26
Hex 3D 52 32 1A 0 27 44 63 18 1A
Octal 75 122 62 32 0 47 104 143 30 32
Binary 111101 1010010 110010 11010 0 100111 1000100 1100011 11000 11010

Color Harmonies of #3D5232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5232

Black with #3D5232

Text Example


Text Example

White with #3D5232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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