#384B3A

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

Shades of Timber Green #384B3A

Tints of Timber Green #384B3A

Color information

#384B3A (or 0x384B3A) is unknown color: approx Timber Green. HEX triplet: 38, 4B and 3A. RGB value is (56,75,58). Sum of RGB (Red+Green+Blue) = 56+75+58=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 75 - color contains mainly: green. Hex color #384B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B3A is #C7B4C5. Grayscale: #434343. Windows color (decimal): -13087942 or 3820344. OLE color: 3820344.

HSL color Cylindrical-coordinate representation of color #384B3A: hue angle of 126.32º 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 #384B3A is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB567558-
CMYK0.2500.230.71
HSL126.32º14.5%25.69%-
HSV(B)126.32º25.33%29.41%-
XYZ4.916.184.94-
YUV67.38122.71119.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.63%
GREEN value IS 75 (29.69% from 255) = 39.68%
BLUE value IS 58 (23.05% from 255) = 30.69%
R=29.63%
G=39.68%
B=30.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5675580.2500.230.71126.3214.525.69
Hex384B3A19017477ef1a
Octal7011372310271071761732
Binary11100010010111110101100101011110001111111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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