Html Css Color HEX #3B463A Palm Leaf

📋 copy color: '#3B463A'

red 59 ◦ green 70 ◦ blue 58

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

Shades of Palm Leaf #3B463A

Tints of Palm Leaf #3B463A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.43%

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

R = 31.55%
G = 37.43%
B = 31.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#3B463A (or 0x3B463A) is known color: Palm Leaf. HEX triplet: 3B, 46 and 3A. RGB value is (59,70,58). Sum of RGB (Red+Green+Blue) = 59+70+58=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 70 - color contains mainly: green. Hex color #3B463A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B463A is #C4B9C5. Grayscale: #414141. Windows color (decimal): -12892614 or 3819067. OLE color: 3819067.

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

Color convert

RGB 59 70 58 -
CMYK 0.16 0 0.17 0.73
HSL 115º 0.09% 0.25% -
HSV(B) 115º 0.17% 0.27% -
XYZ 4.76 5.62 4.84 -
YUV 65.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 59 70 58 0.16 0 0.17 0.73 115 0.09 0.25
Hex 3B 46 3A 10 0 11 49 73 9 19
Octal 73 106 72 20 0 21 111 163 11 31
Binary 111011 1000110 111010 10000 0 10001 1001001 1110011 1001 11001

Color Harmonies of #3B463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B463A

Black with #3B463A

Text Example


Text Example

White with #3B463A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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