#38453A

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

Shades of Timber Green #38453A

Tints of Timber Green #38453A

Color information

#38453A (or 0x38453A) is unknown color: approx Timber Green. HEX triplet: 38, 45 and 3A. RGB value is (56,69,58). Sum of RGB (Red+Green+Blue) = 56+69+58=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 69 - color contains mainly: green. Hex color #38453A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38453A is #C7BAC5. Grayscale: #3F3F3F. Windows color (decimal): -13089478 or 3818808. OLE color: 3818808.

HSL color Cylindrical-coordinate representation of color #38453A: hue angle of 129.23º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #38453A is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB566958-
CMYK0.1900.160.73
HSL129.23º10.4%24.51%-
HSV(B)129.23º18.84%27.06%-
XYZ4.525.44.81-
YUV63.86124.69122.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.60%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 58 (23.05% from 255) = 31.69%
R=30.60%
G=37.70%
B=31.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5669580.1900.160.73129.2310.424.51
Hex38453A130104981a19
Octal7010572230201112011231
Binary111000100010111101010011010000100100110000001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38453A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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