Html Css Color HEX #3E443C Palm Leaf

📋 copy color: '#3E443C'

red 62 ◦ green 68 ◦ blue 60

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

Shades of Palm Leaf #3E443C

Tints of Palm Leaf #3E443C

RGB

 RED value IS 62 (24.61% from 255) = 32.63%

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

 BLUE value IS 60 (23.83% from 255) = 31.58%

R = 32.63%
G = 35.79%
B = 31.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.73

RGB Variations

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

Color information

#3E443C (or 0x3E443C) is known color: Palm Leaf. HEX triplet: 3E, 44 and 3C. RGB value is (62,68,60). Sum of RGB (Red+Green+Blue) = 62+68+60=190 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.63% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 68 - color contains mainly: green. Hex color #3E443C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E443C is #C1BBC3. Grayscale: #414141. Windows color (decimal): -12696516 or 3949630. OLE color: 3949630.

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

Color convert

RGB 62 68 60 -
CMYK 0.09 0 0.12 0.73
HSL 105º 0.06% 0.25% -
HSV(B) 105º 0.12% 0.27% -
XYZ 4.87 5.48 5.08 -
YUV 65.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 62 68 60 0.09 0 0.12 0.73 105 0.06 0.25
Hex 3E 44 3C 9 0 C 49 69 6 19
Octal 76 104 74 11 0 14 111 151 6 31
Binary 111110 1000100 111100 1001 0 1100 1001001 1101001 110 11001

Color Harmonies of #3E443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E443C

Black with #3E443C

Text Example


Text Example

White with #3E443C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,68,60); }

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

background-color css

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

 a { background-color: rgb(62,68,60); }

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

border-color css

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

 span { border-color: rgb(62,68,60); }

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