#384138

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

Shades of Timber Green #384138

Tints of Timber Green #384138

Color information

#384138 (or 0x384138) is unknown color: approx Timber Green. HEX triplet: 38, 41 and 38. RGB value is (56,65,56). Sum of RGB (Red+Green+Blue) = 56+65+56=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 65 - color contains mainly: green. Hex color #384138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384138 is #C7BEC7. Grayscale: #3D3D3D. Windows color (decimal): -13090504 or 3686712. OLE color: 3686712.

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

Color convert

RGB566556-
CMYK0.1400.140.75
HSL120º7.44%23.73%-
HSV(B)120º13.85%25.49%-
XYZ4.234.914.47-
YUV61.28125.02124.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.64%
GREEN value IS 65 (25.78% from 255) = 36.72%
BLUE value IS 56 (22.27% from 255) = 31.64%
R=31.64%
G=36.72%
B=31.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5665560.1400.140.751207.4423.73
Hex384138E0E4B78718
Octal701017016016113170730
Binary11100010000011110001110011101001011111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384138; }

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

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

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

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

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

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

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

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