Html Css Color HEX #3B413A Palm Leaf

📋 copy color: '#3B413A'

red 59 ◦ green 65 ◦ blue 58

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

Shades of Palm Leaf #3B413A

Tints of Palm Leaf #3B413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.71%

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

R = 32.42%
G = 35.71%
B = 31.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#3B413A (or 0x3B413A) is known color: Palm Leaf. HEX triplet: 3B, 41 and 3A. RGB value is (59,65,58). Sum of RGB (Red+Green+Blue) = 59+65+58=182 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.42% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 65 - color contains mainly: green. Hex color #3B413A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B413A is #C4BEC5. Grayscale: #3E3E3E. Windows color (decimal): -12893894 or 3817787. OLE color: 3817787.

HSL color Cylindrical-coordinate representation of color #3B413A: hue angle of 111.43º 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 #3B413A is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 59 65 58 -
CMYK 0.09 0 0.11 0.75
HSL 111.43º 0.06% 0.24% -
HSV(B) 111.43º 0.11% 0.25% -
XYZ 4.46 5.02 4.74 -
YUV 62.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 59 65 58 0.09 0 0.11 0.75 111.43 0.06 0.24
Hex 3B 41 3A 9 0 B 4B 6F 6 18
Octal 73 101 72 11 0 13 113 157 6 30
Binary 111011 1000001 111010 1001 0 1011 1001011 1101111 110 11000

Color Harmonies of #3B413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B413A

Black with #3B413A

Text Example


Text Example

White with #3B413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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