Html Css Color HEX #3E423F Timber Green

📋 copy color: '#3E423F'

red 62 ◦ green 66 ◦ blue 63

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

Shades of Timber Green #3E423F

Tints of Timber Green #3E423F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 32.98%

R = 32.46%
G = 34.55%
B = 32.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.74

RGB Variations

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

Color information

#3E423F (or 0x3E423F) is known color: Timber Green. HEX triplet: 3E, 42 and 3F. RGB value is (62,66,63). Sum of RGB (Red+Green+Blue) = 62+66+63=191 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.46% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 66 - color contains mainly: green. Hex color #3E423F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E423F is #C1BDC0. Grayscale: #404040. Windows color (decimal): -12697025 or 4145726. OLE color: 4145726.

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

Color convert

RGB 62 66 63 -
CMYK 0.06 0 0.05 0.74
HSL 135º 0.03% 0.25% -
HSV(B) 135º 0.06% 0.26% -
XYZ 4.83 5.28 5.47 -
YUV 64.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 62 66 63 0.06 0 0.05 0.74 135 0.03 0.25
Hex 3E 42 3F 6 0 5 4A 87 3 19
Octal 76 102 77 6 0 5 112 207 3 31
Binary 111110 1000010 111111 110 0 101 1001010 10000111 11 11001

Color Harmonies of #3E423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E423F

Black with #3E423F

Text Example


Text Example

White with #3E423F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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