Html Css Color HEX #35443A Timber Green

📋 copy color: '#35443A'

red 53 ◦ green 68 ◦ blue 58

#35443A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Timber Green #35443A

Tints of Timber Green #35443A

RGB

 RED value IS 53 (21.09% from 255) = 29.61%

 GREEN value IS 68 (26.95% from 255) = 37.99%

 BLUE value IS 58 (23.05% from 255) = 32.4%

R = 29.61%
G = 37.99%
B = 32.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.73

RGB Variations

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

Color information

#35443A (or 0x35443A) is known color: Timber Green. HEX triplet: 35, 44 and 3A. RGB value is (53,68,58). Sum of RGB (Red+Green+Blue) = 53+68+58=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 68 - color contains mainly: green. Hex color #35443A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35443A is #CABBC5. Grayscale: #3E3E3E. Windows color (decimal): -13286342 or 3818549. OLE color: 3818549.

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

Color convert

RGB 53 68 58 -
CMYK 0.22 0 0.15 0.73
HSL 140º 0.12% 0.24% -
HSV(B) 140º 0.22% 0.27% -
XYZ 4.3 5.2 4.78 -
YUV 62.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 53 68 58 0.22 0 0.15 0.73 140 0.12 0.24
Hex 35 44 3A 16 0 F 49 8C C 18
Octal 65 104 72 26 0 17 111 214 14 30
Binary 110101 1000100 111010 10110 0 1111 1001001 10001100 1100 11000

Color Harmonies of #35443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35443A

Black with #35443A

Text Example


Text Example

White with #35443A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #35443A;
 }
 .AnyTagClassName
 {
   color: #35443A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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