#383D39

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

Shades of Timber Green #383D39

Tints of Timber Green #383D39

Color information

#383D39 (or 0x383D39) is unknown color: approx Timber Green. HEX triplet: 38, 3D and 39. RGB value is (56,61,57). Sum of RGB (Red+Green+Blue) = 56+61+57=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 61 - color contains mainly: green. Hex color #383D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D39 is #C7C2C6. Grayscale: #3B3B3B. Windows color (decimal): -13091527 or 3751224. OLE color: 3751224.

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

Color convert

RGB566157-
CMYK0.0800.070.76
HSL132º4.27%22.94%-
HSV(B)132º8.2%23.92%-
XYZ4.044.474.52-
YUV59.05126.84125.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.18%
GREEN value IS 61 (24.22% from 255) = 35.06%
BLUE value IS 57 (22.66% from 255) = 32.76%
R=32.18%
G=35.06%
B=32.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5661570.0800.070.761324.2722.94
Hex383D398074C84417
Octal7075711007114204427
Binary1110001111011110011000011110011001000010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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