#35433A

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

Shades of Timber Green #35433A

Tints of Timber Green #35433A

Color information

#35433A (or 0x35433A) is unknown color: approx Timber Green. HEX triplet: 35, 43 and 3A. RGB value is (53,67,58). Sum of RGB (Red+Green+Blue) = 53+67+58=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 67 - color contains mainly: green. Hex color #35433A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35433A is #CABCC5. Grayscale: #3D3D3D. Windows color (decimal): -13286598 or 3818293. OLE color: 3818293.

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

Color convert

RGB536758-
CMYK0.2100.130.74
HSL141.43º11.67%23.53%-
HSV(B)141.43º20.9%26.27%-
XYZ4.245.084.76-
YUV61.79125.86121.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.78%
GREEN value IS 67 (26.56% from 255) = 37.64%
BLUE value IS 58 (23.05% from 255) = 32.58%
R=29.78%
G=37.64%
B=32.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5367580.2100.130.74141.4311.6723.53
Hex35433A150D4A8dc18
Octal6510372250151122151430
Binary11010110000111110101010101101100101010001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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