#383F3A

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

Shades of Timber Green #383F3A

Tints of Timber Green #383F3A

Color information

#383F3A (or 0x383F3A) is unknown color: approx Timber Green. HEX triplet: 38, 3F and 3A. RGB value is (56,63,58). Sum of RGB (Red+Green+Blue) = 56+63+58=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 63 - color contains mainly: green. Hex color #383F3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383F3A is #C7C0C5. Grayscale: #3C3C3C. Windows color (decimal): -13091014 or 3817272. OLE color: 3817272.

HSL color Cylindrical-coordinate representation of color #383F3A: hue angle of 137.14º degrees, saturation: 0.06, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #383F3A is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB566358-
CMYK0.1100.080.75
HSL137.14º5.88%23.33%-
HSV(B)137.14º11.11%24.71%-
XYZ4.174.74.69-
YUV60.34126.68124.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.64%
GREEN value IS 63 (25% from 255) = 35.59%
BLUE value IS 58 (23.05% from 255) = 32.77%
R=31.64%
G=35.59%
B=32.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5663580.1100.080.75137.145.8823.33
Hex383F3AB084B89617
Octal70777213010113211627
Binary11100011111111101010110100010010111000100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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