Html Css Color HEX #3E453D Palm Leaf

📋 copy color: '#3E453D'

red 62 ◦ green 69 ◦ blue 61

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

Shades of Palm Leaf #3E453D

Tints of Palm Leaf #3E453D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.94%

 BLUE value IS 61 (24.22% from 255) = 31.77%

R = 32.29%
G = 35.94%
B = 31.77%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.73

RGB Variations

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

Color information

#3E453D (or 0x3E453D) is known color: Palm Leaf. HEX triplet: 3E, 45 and 3D. RGB value is (62,69,61). Sum of RGB (Red+Green+Blue) = 62+69+61=192 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.29% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 69 - color contains mainly: green. Hex color #3E453D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E453D is #C1BAC2. Grayscale: #424242. Windows color (decimal): -12696259 or 4015422. OLE color: 4015422.

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

Color convert

RGB 62 69 61 -
CMYK 0.10 0 0.12 0.73
HSL 112.5º 0.06% 0.25% -
HSV(B) 112.5º 0.12% 0.27% -
XYZ 4.96 5.62 5.24 -
YUV 66 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 62 69 61 0.10 0 0.12 0.73 112.5 0.06 0.25
Hex 3E 45 3D A 0 C 49 70 6 19
Octal 76 105 75 12 0 14 111 160 6 31
Binary 111110 1000101 111101 1010 0 1100 1001001 1110000 110 11001

Color Harmonies of #3E453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E453D

Black with #3E453D

Text Example


Text Example

White with #3E453D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,69,61); }

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

background-color css

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

 a { background-color: rgb(62,69,61); }

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

border-color css

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

 span { border-color: rgb(62,69,61); }

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