#38403A

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

Shades of Timber Green #38403A

Tints of Timber Green #38403A

Color information

#38403A (or 0x38403A) is unknown color: approx Timber Green. HEX triplet: 38, 40 and 3A. RGB value is (56,64,58). Sum of RGB (Red+Green+Blue) = 56+64+58=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 64 - color contains mainly: green. Hex color #38403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38403A is #C7BFC5. Grayscale: #3C3C3C. Windows color (decimal): -13090758 or 3817528. OLE color: 3817528.

HSL color Cylindrical-coordinate representation of color #38403A: hue angle of 135º 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 #38403A is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB566458-
CMYK0.1300.090.75
HSL135º6.67%23.53%-
HSV(B)135º12.5%25.1%-
XYZ4.234.814.71-
YUV60.92126.35124.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.46%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 58 (23.05% from 255) = 32.58%
R=31.46%
G=35.96%
B=32.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5664580.1300.090.751356.6723.53
Hex38403AD094B87718
Octal701007215011113207730
Binary111000100000011101011010100110010111000011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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