#384838

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

Shades of Timber Green #384838

Tints of Timber Green #384838

Color information

#384838 (or 0x384838) is unknown color: approx Timber Green. HEX triplet: 38, 48 and 38. RGB value is (56,72,56). Sum of RGB (Red+Green+Blue) = 56+72+56=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 56 (22.27% from 255 or 30.43% from 184); Max value from RGB is 72 - color contains mainly: green. Hex color #384838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384838 is #C7B7C7. Grayscale: #414141. Windows color (decimal): -13088712 or 3688504. OLE color: 3688504.

HSL color Cylindrical-coordinate representation of color #384838: hue angle of 120º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #384838 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB567256-
CMYK0.2200.220.72
HSL120º12.5%25.1%-
HSV(B)120º22.22%28.24%-
XYZ4.665.764.61-
YUV65.39122.7121.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 72 (28.52% from 255) = 39.13%
BLUE value IS 56 (22.27% from 255) = 30.43%
R=30.43%
G=39.13%
B=30.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5672560.2200.220.7212012.525.1
Hex384838160164878d19
Octal7011070260261101701531
Binary11100010010001110001011001011010010001111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384838; }

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

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

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

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

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

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

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

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