Html Css Color HEX #3D443B Palm Leaf

📋 copy color: '#3D443B'

red 61 ◦ green 68 ◦ blue 59

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

Shades of Palm Leaf #3D443B

Tints of Palm Leaf #3D443B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 31.38%

R = 32.45%
G = 36.17%
B = 31.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#3D443B (or 0x3D443B) is known color: Palm Leaf. HEX triplet: 3D, 44 and 3B. RGB value is (61,68,59). Sum of RGB (Red+Green+Blue) = 61+68+59=188 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.45% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 68 - color contains mainly: green. Hex color #3D443B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D443B is #C2BBC4. Grayscale: #404040. Windows color (decimal): -12762053 or 3884093. OLE color: 3884093.

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

Color convert

RGB 61 68 59 -
CMYK 0.10 0 0.13 0.73
HSL 106.67º 0.07% 0.25% -
HSV(B) 106.67º 0.13% 0.27% -
XYZ 4.78 5.44 4.94 -
YUV 64.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 61 68 59 0.10 0 0.13 0.73 106.67 0.07 0.25
Hex 3D 44 3B A 0 D 49 6B 7 19
Octal 75 104 73 12 0 15 111 153 7 31
Binary 111101 1000100 111011 1010 0 1101 1001001 1101011 111 11001

Color Harmonies of #3D443B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D443B

Black with #3D443B

Text Example


Text Example

White with #3D443B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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