#384338

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

Shades of Timber Green #384338

Tints of Timber Green #384338

Color information

#384338 (or 0x384338) is unknown color: approx Timber Green. HEX triplet: 38, 43 and 38. RGB value is (56,67,56). Sum of RGB (Red+Green+Blue) = 56+67+56=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 67 - color contains mainly: green. Hex color #384338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384338 is #C7BCC7. Grayscale: #3E3E3E. Windows color (decimal): -13089992 or 3687224. OLE color: 3687224.

HSL color Cylindrical-coordinate representation of color #384338: hue angle of 120º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #384338 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.74.

Color convert

RGB566756-
CMYK0.1600.160.74
HSL120º8.94%24.12%-
HSV(B)120º16.42%26.27%-
XYZ4.355.144.5-
YUV62.46124.36123.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.28%
GREEN value IS 67 (26.56% from 255) = 37.43%
BLUE value IS 56 (22.27% from 255) = 31.28%
R=31.28%
G=37.43%
B=31.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5667560.1600.160.741208.9424.12
Hex384338100104A78918
Octal7010370200201121701130
Binary11100010000111110001000001000010010101111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384338; }

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

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

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

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

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

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

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

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