#38473C

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

Shades of Timber Green #38473C

Tints of Timber Green #38473C

Color information

#38473C (or 0x38473C) is unknown color: approx Timber Green. HEX triplet: 38, 47 and 3C. RGB value is (56,71,60). Sum of RGB (Red+Green+Blue) = 56+71+60=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 71 - color contains mainly: green. Hex color #38473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38473C is #C7B8C3. Grayscale: #414141. Windows color (decimal): -13088964 or 3950392. OLE color: 3950392.

HSL color Cylindrical-coordinate representation of color #38473C: hue angle of 136º 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 #38473C is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB567160-
CMYK0.2100.150.72
HSL136º11.81%24.9%-
HSV(B)136º21.13%27.84%-
XYZ4.75.675.12-
YUV65.26125.03121.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.95%
GREEN value IS 71 (28.12% from 255) = 37.97%
BLUE value IS 60 (23.83% from 255) = 32.09%
R=29.95%
G=37.97%
B=32.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5671600.2100.150.7213611.8124.9
Hex38473C150F4888c19
Octal7010774250171102101431
Binary11100010001111111001010101111100100010001000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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