Html Css Color HEX #3D443A Palm Leaf

📋 copy color: '#3D443A'

red 61 ◦ green 68 ◦ blue 58

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

Shades of Palm Leaf #3D443A

Tints of Palm Leaf #3D443A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.36%

 BLUE value IS 58 (23.05% from 255) = 31.02%

R = 32.62%
G = 36.36%
B = 31.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.73

RGB Variations

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

Color information

#3D443A (or 0x3D443A) is known color: Palm Leaf. HEX triplet: 3D, 44 and 3A. RGB value is (61,68,58). Sum of RGB (Red+Green+Blue) = 61+68+58=187 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.62% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 68 - color contains mainly: green. Hex color #3D443A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D443A is #C2BBC5. Grayscale: #404040. Windows color (decimal): -12762054 or 3818557. OLE color: 3818557.

HSL color Cylindrical-coordinate representation of color #3D443A: hue angle of 102º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3D443A is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.73.

Color convert

RGB 61 68 58 -
CMYK 0.10 0 0.15 0.73
HSL 102º 0.08% 0.25% -
HSV(B) 102º 0.15% 0.27% -
XYZ 4.76 5.43 4.8 -
YUV 64.77 124.18 125.31 -
System Red Green Blue C M Y K H S L
Decimal 61 68 58 0.10 0 0.15 0.73 102 0.08 0.25
Hex 3D 44 3A A 0 F 49 66 8 19
Octal 75 104 72 12 0 17 111 146 10 31
Binary 111101 1000100 111010 1010 0 1111 1001001 1100110 1000 11001

Color Harmonies of #3D443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D443A

Black with #3D443A

Text Example


Text Example

White with #3D443A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,68,58); }

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

background-color css

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

 a { background-color: rgb(61,68,58); }

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

border-color css

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

 span { border-color: rgb(61,68,58); }

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