#384738

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

Shades of Timber Green #384738

Tints of Timber Green #384738

Color information

#384738 (or 0x384738) is unknown color: approx Timber Green. HEX triplet: 38, 47 and 38. RGB value is (56,71,56). Sum of RGB (Red+Green+Blue) = 56+71+56=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 71 - color contains mainly: green. Hex color #384738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384738 is #C7B8C7. Grayscale: #404040. Windows color (decimal): -13088968 or 3688248. OLE color: 3688248.

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

Color convert

RGB567156-
CMYK0.2100.210.72
HSL120º11.81%24.9%-
HSV(B)120º21.13%27.84%-
XYZ4.65.634.59-
YUV64.81123.03121.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.60%
GREEN value IS 71 (28.12% from 255) = 38.80%
BLUE value IS 56 (22.27% from 255) = 30.60%
R=30.60%
G=38.80%
B=30.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5671560.2100.210.7212011.8124.9
Hex384738150154878c19
Octal7010770250251101701431
Binary11100010001111110001010101010110010001111000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384738; }

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

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

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

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

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

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

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

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