#384B39

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

Shades of Timber Green #384B39

Tints of Timber Green #384B39

Color information

#384B39 (or 0x384B39) is unknown color: approx Timber Green. HEX triplet: 38, 4B and 39. RGB value is (56,75,57). Sum of RGB (Red+Green+Blue) = 56+75+57=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 75 - color contains mainly: green. Hex color #384B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B39 is #C7B4C6. Grayscale: #434343. Windows color (decimal): -13087943 or 3754808. OLE color: 3754808.

HSL color Cylindrical-coordinate representation of color #384B39: hue angle of 123.16º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #384B39 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.71.

Color convert

RGB567557-
CMYK0.2500.240.71
HSL123.16º14.5%25.69%-
HSV(B)123.16º25.33%29.41%-
XYZ4.896.174.8-
YUV67.27122.21119.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.79%
GREEN value IS 75 (29.69% from 255) = 39.89%
BLUE value IS 57 (22.66% from 255) = 30.32%
R=29.79%
G=39.89%
B=30.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5675570.2500.240.71123.1614.525.69
Hex384B3919018477bf1a
Octal7011371310301071731732
Binary11100010010111110011100101100010001111111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384B39; }

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

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

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

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

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

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

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

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