Html Css Color HEX #3C453E Timber Green

📋 copy color: '#3C453E'

red 60 ◦ green 69 ◦ blue 62

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

Shades of Timber Green #3C453E

Tints of Timber Green #3C453E

RGB

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

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

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

R = 31.41%
G = 36.13%
B = 32.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#3C453E (or 0x3C453E) is known color: Timber Green. HEX triplet: 3C, 45 and 3E. RGB value is (60,69,62). Sum of RGB (Red+Green+Blue) = 60+69+62=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 69 - color contains mainly: green. Hex color #3C453E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C453E is #C3BAC1. Grayscale: #414141. Windows color (decimal): -12827330 or 4080956. OLE color: 4080956.

HSL color Cylindrical-coordinate representation of color #3C453E: hue angle of 133.33º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3C453E is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB 60 69 62 -
CMYK 0.13 0 0.10 0.73
HSL 133.33º 0.07% 0.25% -
HSV(B) 133.33º 0.13% 0.27% -
XYZ 4.86 5.56 5.38 -
YUV 65.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 60 69 62 0.13 0 0.10 0.73 133.33 0.07 0.25
Hex 3C 45 3E D 0 A 49 85 7 19
Octal 74 105 76 15 0 12 111 205 7 31
Binary 111100 1000101 111110 1101 0 1010 1001001 10000101 111 11001

Color Harmonies of #3C453E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C453E

Black with #3C453E

Text Example


Text Example

White with #3C453E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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