#383938

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

Shades of Timber Green #383938

Tints of Timber Green #383938

Color information

#383938 (or 0x383938) is unknown color: approx Timber Green. HEX triplet: 38, 39 and 38. RGB value is (56,57,56). Sum of RGB (Red+Green+Blue) = 56+57+56=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 57 - color contains mainly: green. Hex color #383938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383938 is #C7C6C7. Grayscale: #383838. Windows color (decimal): -13092552 or 3684664. OLE color: 3684664.

HSL color Cylindrical-coordinate representation of color #383938: hue angle of 120º degrees, saturation: 0.01, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #383938 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB565756-
CMYK0.0200.020.78
HSL120º0.88%22.16%-
HSV(B)120º1.75%22.35%-
XYZ3.814.054.32-
YUV56.59127.67127.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.14%
GREEN value IS 57 (22.66% from 255) = 33.73%
BLUE value IS 56 (22.27% from 255) = 33.14%
R=33.14%
G=33.73%
B=33.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5657560.0200.020.781200.8822.16
Hex3839382024E78116
Octal707170202116170126
Binary1110001110011110001001010011101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383938; }

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

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

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

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

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

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

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

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