#383D38

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

Shades of Timber Green #383D38

Tints of Timber Green #383D38

Color information

#383D38 (or 0x383D38) is unknown color: approx Timber Green. HEX triplet: 38, 3D and 38. RGB value is (56,61,56). Sum of RGB (Red+Green+Blue) = 56+61+56=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 61 - color contains mainly: green. Hex color #383D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D38 is #C7C2C7. Grayscale: #3A3A3A. Windows color (decimal): -13091528 or 3685688. OLE color: 3685688.

HSL color Cylindrical-coordinate representation of color #383D38: hue angle of 120º 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 #383D38 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB566156-
CMYK0.0800.080.76
HSL120º4.27%22.94%-
HSV(B)120º8.2%23.92%-
XYZ4.014.464.39-
YUV58.93126.34125.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.37%
GREEN value IS 61 (24.22% from 255) = 35.26%
BLUE value IS 56 (22.27% from 255) = 32.37%
R=32.37%
G=35.26%
B=32.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5661560.0800.080.761204.2722.94
Hex383D388084C78417
Octal70757010010114170427
Binary1110001111011110001000010001001100111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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