Html Css Color HEX #3B4039 Palm Leaf

📋 copy color: '#3B4039'

red 59 ◦ green 64 ◦ blue 57

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

Shades of Palm Leaf #3B4039

Tints of Palm Leaf #3B4039

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.56%

 BLUE value IS 57 (22.66% from 255) = 31.67%

R = 32.78%
G = 35.56%
B = 31.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#3B4039 (or 0x3B4039) is known color: Palm Leaf. HEX triplet: 3B, 40 and 39. RGB value is (59,64,57). Sum of RGB (Red+Green+Blue) = 59+64+57=180 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.78% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 57 (22.66% from 255 or 31.67% from 180); Max value from RGB is 64 - color contains mainly: green. Hex color #3B4039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4039 is #C4BFC6. Grayscale: #3D3D3D. Windows color (decimal): -12894151 or 3751995. OLE color: 3751995.

HSL color Cylindrical-coordinate representation of color #3B4039: hue angle of 102.86º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #3B4039 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 59 64 57 -
CMYK 0.08 0 0.11 0.75
HSL 102.86º 0.06% 0.24% -
HSV(B) 102.86º 0.11% 0.25% -
XYZ 4.38 4.89 4.58 -
YUV 61.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 59 64 57 0.08 0 0.11 0.75 102.86 0.06 0.24
Hex 3B 40 39 8 0 B 4B 67 6 18
Octal 73 100 71 10 0 13 113 147 6 30
Binary 111011 1000000 111001 1000 0 1011 1001011 1100111 110 11000

Color Harmonies of #3B4039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4039

Black with #3B4039

Text Example


Text Example

White with #3B4039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,64,57); }

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

background-color css

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

 a { background-color: rgb(59,64,57); }

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

border-color css

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

 span { border-color: rgb(59,64,57); }

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