Html Css Color HEX #3E423D Palm Leaf

📋 copy color: '#3E423D'

red 62 ◦ green 66 ◦ blue 61

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

Shades of Palm Leaf #3E423D

Tints of Palm Leaf #3E423D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.92%

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

R = 32.8%
G = 34.92%
B = 32.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.74

RGB Variations

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

Color information

#3E423D (or 0x3E423D) is known color: Palm Leaf. HEX triplet: 3E, 42 and 3D. RGB value is (62,66,61). Sum of RGB (Red+Green+Blue) = 62+66+61=189 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.80% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 66 - color contains mainly: green. Hex color #3E423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E423D is #C1BDC2. Grayscale: #404040. Windows color (decimal): -12697027 or 4014654. OLE color: 4014654.

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

Color convert

RGB 62 66 61 -
CMYK 0.06 0 0.08 0.74
HSL 108º 0.04% 0.25% -
HSV(B) 108º 0.08% 0.26% -
XYZ 4.78 5.26 5.18 -
YUV 64.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 62 66 61 0.06 0 0.08 0.74 108 0.04 0.25
Hex 3E 42 3D 6 0 8 4A 6C 4 19
Octal 76 102 75 6 0 10 112 154 4 31
Binary 111110 1000010 111101 110 0 1000 1001010 1101100 100 11001

Color Harmonies of #3E423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E423D

Black with #3E423D

Text Example


Text Example

White with #3E423D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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