Html Css Color HEX #3C453D Timber Green

📋 copy color: '#3C453D'

red 60 ◦ green 69 ◦ blue 61

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

Shades of Timber Green #3C453D

Tints of Timber Green #3C453D

RGB

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

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

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

R = 31.58%
G = 36.32%
B = 32.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.73

RGB Variations

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

Color information

#3C453D (or 0x3C453D) is known color: Timber Green. HEX triplet: 3C, 45 and 3D. RGB value is (60,69,61). Sum of RGB (Red+Green+Blue) = 60+69+61=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 69 - color contains mainly: green. Hex color #3C453D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C453D is #C3BAC2. Grayscale: #414141. Windows color (decimal): -12827331 or 4015420. OLE color: 4015420.

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

Color convert

RGB 60 69 61 -
CMYK 0.13 0 0.12 0.73
HSL 126.67º 0.07% 0.25% -
HSV(B) 126.67º 0.13% 0.27% -
XYZ 4.83 5.55 5.23 -
YUV 65.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 60 69 61 0.13 0 0.12 0.73 126.67 0.07 0.25
Hex 3C 45 3D D 0 C 49 7F 7 19
Octal 74 105 75 15 0 14 111 177 7 31
Binary 111100 1000101 111101 1101 0 1100 1001001 1111111 111 11001

Color Harmonies of #3C453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C453D

Black with #3C453D

Text Example


Text Example

White with #3C453D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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