Html Css Color HEX #36403A Timber Green

📋 copy color: '#36403A'

red 54 ◦ green 64 ◦ blue 58

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

Shades of Timber Green #36403A

Tints of Timber Green #36403A

RGB

 RED value IS 54 (21.48% from 255) = 30.68%

 GREEN value IS 64 (25.39% from 255) = 36.36%

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

R = 30.68%
G = 36.36%
B = 32.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#36403A (or 0x36403A) is known color: Timber Green. HEX triplet: 36, 40 and 3A. RGB value is (54,64,58). Sum of RGB (Red+Green+Blue) = 54+64+58=176 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.68% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 64 - color contains mainly: green. Hex color #36403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36403A is #C9BFC5. Grayscale: #3C3C3C. Windows color (decimal): -13221830 or 3817526. OLE color: 3817526.

HSL color Cylindrical-coordinate representation of color #36403A: hue angle of 144º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #36403A is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 64 58 -
CMYK 0.16 0 0.09 0.75
HSL 144º 0.08% 0.23% -
HSV(B) 144º 0.16% 0.25% -
XYZ 4.12 4.76 4.7 -
YUV 60.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 54 64 58 0.16 0 0.09 0.75 144 0.08 0.23
Hex 36 40 3A 10 0 9 4B 90 8 17
Octal 66 100 72 20 0 11 113 220 10 27
Binary 110110 1000000 111010 10000 0 1001 1001011 10010000 1000 10111

Color Harmonies of #36403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36403A

Black with #36403A

Text Example


Text Example

White with #36403A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,64,58); }

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

background-color css

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

 a { background-color: rgb(54,64,58); }

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

border-color css

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

 span { border-color: rgb(54,64,58); }

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