#384A3C

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

Shades of Timber Green #384A3C

Tints of Timber Green #384A3C

Color information

#384A3C (or 0x384A3C) is unknown color: approx Timber Green. HEX triplet: 38, 4A and 3C. RGB value is (56,74,60). Sum of RGB (Red+Green+Blue) = 56+74+60=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 74 - color contains mainly: green. Hex color #384A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384A3C is #C7B5C3. Grayscale: #434343. Windows color (decimal): -13088196 or 3951160. OLE color: 3951160.

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

Color convert

RGB567460-
CMYK0.2400.190.71
HSL133.33º13.85%25.49%-
HSV(B)133.33º24.32%29.02%-
XYZ4.96.065.19-
YUV67.02124.04120.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.47%
GREEN value IS 74 (29.30% from 255) = 38.95%
BLUE value IS 60 (23.83% from 255) = 31.58%
R=29.47%
G=38.95%
B=31.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5674600.2400.190.71133.3313.8525.49
Hex384A3C180134785e19
Octal7011274300231072051631
Binary111000100101011110011000010011100011110000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,74,60); }

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

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

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

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

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

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

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