Html Css Color HEX #3F4840 Timber Green

📋 copy color: '#3F4840'

red 63 ◦ green 72 ◦ blue 64

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

Shades of Timber Green #3F4840

Tints of Timber Green #3F4840

RGB

 RED value IS 63 (25% from 255) = 31.66%

 GREEN value IS 72 (28.52% from 255) = 36.18%

 BLUE value IS 64 (25.39% from 255) = 32.16%

R = 31.66%
G = 36.18%
B = 32.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#3F4840 (or 0x3F4840) is known color: Timber Green. HEX triplet: 3F, 48 and 40. RGB value is (63,72,64). Sum of RGB (Red+Green+Blue) = 63+72+64=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 72 - color contains mainly: green. Hex color #3F4840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4840 is #C0B7BF. Grayscale: #444444. Windows color (decimal): -12629952 or 4212799. OLE color: 4212799.

HSL color Cylindrical-coordinate representation of color #3F4840: hue angle of 126.67º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3F4840 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 63 72 64 -
CMYK 0.12 0 0.11 0.72
HSL 126.67º 0.07% 0.26% -
HSV(B) 126.67º 0.13% 0.28% -
XYZ 5.29 6.06 5.74 -
YUV 68.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 63 72 64 0.12 0 0.11 0.72 126.67 0.07 0.26
Hex 3F 48 40 C 0 B 48 7F 7 1A
Octal 77 110 100 14 0 13 110 177 7 32
Binary 111111 1001000 1000000 1100 0 1011 1001000 1111111 111 11010

Color Harmonies of #3F4840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4840

Black with #3F4840

Text Example


Text Example

White with #3F4840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,72,64); }

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

background-color css

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

 a { background-color: rgb(63,72,64); }

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

border-color css

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

 span { border-color: rgb(63,72,64); }

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