#383D3A

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

Shades of Timber Green #383D3A

Tints of Timber Green #383D3A

Color information

#383D3A (or 0x383D3A) is unknown color: approx Timber Green. HEX triplet: 38, 3D and 3A. RGB value is (56,61,58). Sum of RGB (Red+Green+Blue) = 56+61+58=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 61 - color contains mainly: green. Hex color #383D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D3A is #C7C2C5. Grayscale: #3B3B3B. Windows color (decimal): -13091526 or 3816760. OLE color: 3816760.

HSL color Cylindrical-coordinate representation of color #383D3A: hue angle of 144º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #383D3A is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.

Color convert

RGB566158-
CMYK0.0800.050.76
HSL144º4.27%22.94%-
HSV(B)144º8.2%23.92%-
XYZ4.064.484.65-
YUV59.16127.34125.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 61 (24.22% from 255) = 34.86%
BLUE value IS 58 (23.05% from 255) = 33.14%
R=32%
G=34.86%
B=33.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5661580.0800.050.761444.2722.94
Hex383D3A8054C90417
Octal7075721005114220427
Binary1110001111011110101000010110011001001000010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383D3A; }

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

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

<style>
 a { background-color: #383D3A; }

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

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

<style>
 span { border-color: #383D3A; }

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

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