#38423A

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

Shades of Timber Green #38423A

Tints of Timber Green #38423A

Color information

#38423A (or 0x38423A) is unknown color: approx Timber Green. HEX triplet: 38, 42 and 3A. RGB value is (56,66,58). Sum of RGB (Red+Green+Blue) = 56+66+58=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 66 - color contains mainly: green. Hex color #38423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38423A is #C7BDC5. Grayscale: #3E3E3E. Windows color (decimal): -13090246 or 3818040. OLE color: 3818040.

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

Color convert

RGB566658-
CMYK0.1500.120.74
HSL132º8.2%23.92%-
HSV(B)132º15.15%25.88%-
XYZ4.345.044.75-
YUV62.1125.69123.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.11%
GREEN value IS 66 (26.17% from 255) = 36.67%
BLUE value IS 58 (23.05% from 255) = 32.22%
R=31.11%
G=36.67%
B=32.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5666580.1500.120.741328.223.92
Hex38423AF0C4A84818
Octal7010272170141122041030
Binary1110001000010111010111101100100101010000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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