#38403B

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

Shades of Timber Green #38403B

Tints of Timber Green #38403B

Color information

#38403B (or 0x38403B) is unknown color: approx Timber Green. HEX triplet: 38, 40 and 3B. RGB value is (56,64,59). Sum of RGB (Red+Green+Blue) = 56+64+59=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 64 - color contains mainly: green. Hex color #38403B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38403B is #C7BFC4. Grayscale: #3D3D3D. Windows color (decimal): -13090757 or 3883064. OLE color: 3883064.

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

Color convert

RGB566459-
CMYK0.1300.080.75
HSL142.5º6.67%23.53%-
HSV(B)142.5º12.5%25.1%-
XYZ4.254.824.84-
YUV61.04126.85124.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.28%
GREEN value IS 64 (25.39% from 255) = 35.75%
BLUE value IS 59 (23.44% from 255) = 32.96%
R=31.28%
G=35.75%
B=32.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5664590.1300.080.75142.56.6723.53
Hex38403BD084B8e718
Octal701007315010113216730
Binary111000100000011101111010100010010111000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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