Html Css Color HEX #3C443F Timber Green

📋 copy color: '#3C443F'

red 60 ◦ green 68 ◦ blue 63

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

Shades of Timber Green #3C443F

Tints of Timber Green #3C443F

RGB

 RED value IS 60 (23.83% from 255) = 31.41%

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

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

R = 31.41%
G = 35.6%
B = 32.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#3C443F (or 0x3C443F) is known color: Timber Green. HEX triplet: 3C, 44 and 3F. RGB value is (60,68,63). Sum of RGB (Red+Green+Blue) = 60+68+63=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 68 - color contains mainly: green. Hex color #3C443F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C443F is #C3BBC0. Grayscale: #414141. Windows color (decimal): -12827585 or 4146236. OLE color: 4146236.

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

Color convert

RGB 60 68 63 -
CMYK 0.12 0 0.07 0.73
HSL 142.5º 0.06% 0.25% -
HSV(B) 142.5º 0.12% 0.27% -
XYZ 4.83 5.45 5.5 -
YUV 65.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 60 68 63 0.12 0 0.07 0.73 142.5 0.06 0.25
Hex 3C 44 3F C 0 7 49 8E 6 19
Octal 74 104 77 14 0 7 111 216 6 31
Binary 111100 1000100 111111 1100 0 111 1001001 10001110 110 11001

Color Harmonies of #3C443F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C443F

Black with #3C443F

Text Example


Text Example

White with #3C443F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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