Html Css Color HEX #3B443A Palm Leaf

📋 copy color: '#3B443A'

red 59 ◦ green 68 ◦ blue 58

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

Shades of Palm Leaf #3B443A

Tints of Palm Leaf #3B443A

RGB

 RED value IS 59 (23.44% from 255) = 31.89%

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

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

R = 31.89%
G = 36.76%
B = 31.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.73

RGB Variations

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

Color information

#3B443A (or 0x3B443A) is known color: Palm Leaf. HEX triplet: 3B, 44 and 3A. RGB value is (59,68,58). Sum of RGB (Red+Green+Blue) = 59+68+58=185 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.89% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 68 - color contains mainly: green. Hex color #3B443A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B443A is #C4BBC5. Grayscale: #404040. Windows color (decimal): -12893126 or 3818555. OLE color: 3818555.

HSL color Cylindrical-coordinate representation of color #3B443A: hue angle of 114º 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 #3B443A is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.73.

Color convert

RGB 59 68 58 -
CMYK 0.13 0 0.15 0.73
HSL 114º 0.08% 0.25% -
HSV(B) 114º 0.15% 0.27% -
XYZ 4.63 5.37 4.8 -
YUV 64.17 124.52 124.31 -
System Red Green Blue C M Y K H S L
Decimal 59 68 58 0.13 0 0.15 0.73 114 0.08 0.25
Hex 3B 44 3A D 0 F 49 72 8 19
Octal 73 104 72 15 0 17 111 162 10 31
Binary 111011 1000100 111010 1101 0 1111 1001001 1110010 1000 11001

Color Harmonies of #3B443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B443A

Black with #3B443A

Text Example


Text Example

White with #3B443A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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