#38433A

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

Shades of Timber Green #38433A

Tints of Timber Green #38433A

Color information

#38433A (or 0x38433A) is unknown color: approx Timber Green. HEX triplet: 38, 43 and 3A. RGB value is (56,67,58). Sum of RGB (Red+Green+Blue) = 56+67+58=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 67 - color contains mainly: green. Hex color #38433A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38433A is #C7BCC5. Grayscale: #3E3E3E. Windows color (decimal): -13089990 or 3818296. OLE color: 3818296.

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

Color convert

RGB566758-
CMYK0.1600.130.74
HSL130.91º8.94%24.12%-
HSV(B)130.91º16.42%26.27%-
XYZ4.45.164.77-
YUV62.68125.36123.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.94%
GREEN value IS 67 (26.56% from 255) = 37.02%
BLUE value IS 58 (23.05% from 255) = 32.04%
R=30.94%
G=37.02%
B=32.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5667580.1600.130.74130.918.9424.12
Hex38433A100D4A83918
Octal7010372200151122031130
Binary11100010000111110101000001101100101010000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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