#38493C

Color #38493C Timber Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Timber Green #38493C

Tints of Timber Green #38493C

Color information

#38493C (or 0x38493C) is unknown color: approx Timber Green. HEX triplet: 38, 49 and 3C. RGB value is (56,73,60). Sum of RGB (Red+Green+Blue) = 56+73+60=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 73 - color contains mainly: green. Hex color #38493C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38493C is #C7B6C3. Grayscale: #424242. Windows color (decimal): -13088452 or 3950904. OLE color: 3950904.

HSL color Cylindrical-coordinate representation of color #38493C: hue angle of 134.12º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #38493C is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB567360-
CMYK0.2300.180.71
HSL134.12º13.18%25.29%-
HSV(B)134.12º23.29%28.63%-
XYZ4.835.935.17-
YUV66.44124.37120.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.63%
GREEN value IS 73 (28.91% from 255) = 38.62%
BLUE value IS 60 (23.83% from 255) = 31.75%
R=29.63%
G=38.62%
B=31.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5673600.2300.180.71134.1213.1825.29
Hex38493C170124786d19
Octal7011174270221072061531
Binary111000100100111110010111010010100011110000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38493C; }

 p { color: rgb(56,73,60); }

 H1.HeaderClassName
 {
   color: #38493C;
 }
 .AnyTagClassName
 {
   color: #38493C;
 }
</style>
background-color css

<style>
 a { background-color: #38493C; }

 a { background-color: rgb(56,73,60); }

 div.DivClassName
 {
   background-color: #38493C;
 }
 .BgClassName
 {
   background-color: #38493C;
 }
</style>
border-color css

<style>
 span { border-color: #38493C; }

 span { border-color: rgb(56,73,60); }

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