#35483A

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

Shades of Timber Green #35483A

Tints of Timber Green #35483A

Color information

#35483A (or 0x35483A) is unknown color: approx Timber Green. HEX triplet: 35, 48 and 3A. RGB value is (53,72,58). Sum of RGB (Red+Green+Blue) = 53+72+58=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 72 - color contains mainly: green. Hex color #35483A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35483A is #CAB7C5. Grayscale: #404040. Windows color (decimal): -13285318 or 3819573. OLE color: 3819573.

HSL color Cylindrical-coordinate representation of color #35483A: hue angle of 135.79º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #35483A is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB537258-
CMYK0.2600.190.72
HSL135.79º15.2%24.51%-
HSV(B)135.79º26.39%28.24%-
XYZ4.555.74.86-
YUV64.72124.21119.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 72 (28.52% from 255) = 39.34%
BLUE value IS 58 (23.05% from 255) = 31.69%
R=28.96%
G=39.34%
B=31.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5372580.2600.190.72135.7915.224.51
Hex35483A1A0134888f19
Octal6511072320231102101731
Binary110101100100011101011010010011100100010001000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,72,58); }

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

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

 a { background-color: rgb(53,72,58); }

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

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

 span { border-color: rgb(53,72,58); }

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