#384239

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

Shades of Timber Green #384239

Tints of Timber Green #384239

Color information

#384239 (or 0x384239) is unknown color: approx Timber Green. HEX triplet: 38, 42 and 39. RGB value is (56,66,57). Sum of RGB (Red+Green+Blue) = 56+66+57=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 57 (22.66% from 255 or 31.84% from 179); Max value from RGB is 66 - color contains mainly: green. Hex color #384239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384239 is #C7BDC6. Grayscale: #3E3E3E. Windows color (decimal): -13090247 or 3752504. OLE color: 3752504.

HSL color Cylindrical-coordinate representation of color #384239: hue angle of 126º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #384239 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.74.

Color convert

RGB566657-
CMYK0.1500.140.74
HSL126º8.2%23.92%-
HSV(B)126º15.15%25.88%-
XYZ4.325.034.61-
YUV61.98125.19123.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.28%
GREEN value IS 66 (26.17% from 255) = 36.87%
BLUE value IS 57 (22.66% from 255) = 31.84%
R=31.28%
G=36.87%
B=31.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5666570.1500.140.741268.223.92
Hex384239F0E4A7e818
Octal7010271170161121761030
Binary111000100001011100111110111010010101111110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384239; }

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

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

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

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

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

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

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

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