#384139

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

Shades of Timber Green #384139

Tints of Timber Green #384139

Color information

#384139 (or 0x384139) is unknown color: approx Timber Green. HEX triplet: 38, 41 and 39. RGB value is (56,65,57). Sum of RGB (Red+Green+Blue) = 56+65+57=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 57 (22.66% from 255 or 32.02% from 178); Max value from RGB is 65 - color contains mainly: green. Hex color #384139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384139 is #C7BEC6. Grayscale: #3D3D3D. Windows color (decimal): -13090503 or 3752248. OLE color: 3752248.

HSL color Cylindrical-coordinate representation of color #384139: hue angle of 126.67º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #384139 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB566557-
CMYK0.1400.120.75
HSL126.67º7.44%23.73%-
HSV(B)126.67º13.85%25.49%-
XYZ4.264.924.6-
YUV61.4125.52124.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.46%
GREEN value IS 65 (25.78% from 255) = 36.52%
BLUE value IS 57 (22.66% from 255) = 32.02%
R=31.46%
G=36.52%
B=32.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5665570.1400.120.75126.677.4423.73
Hex384139E0C4B7f718
Octal701017116014113177730
Binary11100010000011110011110011001001011111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384139; }

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

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

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

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

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

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

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

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