#38493A

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

Shades of Timber Green #38493A

Tints of Timber Green #38493A

Color information

#38493A (or 0x38493A) is unknown color: approx Timber Green. HEX triplet: 38, 49 and 3A. RGB value is (56,73,58). Sum of RGB (Red+Green+Blue) = 56+73+58=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 73 - color contains mainly: green. Hex color #38493A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38493A is #C7B6C5. Grayscale: #424242. Windows color (decimal): -13088454 or 3819832. OLE color: 3819832.

HSL color Cylindrical-coordinate representation of color #38493A: hue angle of 127.06º 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 #38493A is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB567358-
CMYK0.2300.210.71
HSL127.06º13.18%25.29%-
HSV(B)127.06º23.29%28.63%-
XYZ4.785.914.89-
YUV66.21123.37120.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.95%
GREEN value IS 73 (28.91% from 255) = 39.04%
BLUE value IS 58 (23.05% from 255) = 31.02%
R=29.95%
G=39.04%
B=31.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5673580.2300.210.71127.0613.1825.29
Hex38493A17015477fd19
Octal7011172270251071771531
Binary11100010010011110101011101010110001111111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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