#38413B

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

Shades of Timber Green #38413B

Tints of Timber Green #38413B

Color information

#38413B (or 0x38413B) is unknown color: approx Timber Green. HEX triplet: 38, 41 and 3B. RGB value is (56,65,59). Sum of RGB (Red+Green+Blue) = 56+65+59=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 65 - color contains mainly: green. Hex color #38413B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38413B is #C7BEC4. Grayscale: #3D3D3D. Windows color (decimal): -13090501 or 3883320. OLE color: 3883320.

HSL color Cylindrical-coordinate representation of color #38413B: hue angle of 140º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #38413B is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB566559-
CMYK0.1400.090.75
HSL140º7.44%23.73%-
HSV(B)140º13.85%25.49%-
XYZ4.314.944.86-
YUV61.62126.52123.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.11%
GREEN value IS 65 (25.78% from 255) = 36.11%
BLUE value IS 59 (23.44% from 255) = 32.78%
R=31.11%
G=36.11%
B=32.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5665590.1400.090.751407.4423.73
Hex38413BE094B8c718
Octal701017316011113214730
Binary111000100000111101111100100110010111000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38413B; }

 p { color: rgb(56,65,59); }

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

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

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

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

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

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

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