#38473A

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

Shades of Timber Green #38473A

Tints of Timber Green #38473A

Color information

#38473A (or 0x38473A) is unknown color: approx Timber Green. HEX triplet: 38, 47 and 3A. RGB value is (56,71,58). Sum of RGB (Red+Green+Blue) = 56+71+58=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 71 - color contains mainly: green. Hex color #38473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38473A is #C7B8C5. Grayscale: #414141. Windows color (decimal): -13088966 or 3819320. OLE color: 3819320.

HSL color Cylindrical-coordinate representation of color #38473A: hue angle of 128º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #38473A is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB567158-
CMYK0.2100.180.72
HSL128º11.81%24.9%-
HSV(B)128º21.13%27.84%-
XYZ4.655.654.85-
YUV65.03124.03121.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.27%
GREEN value IS 71 (28.12% from 255) = 38.38%
BLUE value IS 58 (23.05% from 255) = 31.35%
R=30.27%
G=38.38%
B=31.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5671580.2100.180.7212811.8124.9
Hex38473A150124880c19
Octal7010772250221102001431
Binary111000100011111101010101010010100100010000000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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