Html Css Color HEX #36413A Timber Green

📋 copy color: '#36413A'

red 54 ◦ green 65 ◦ blue 58

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

Shades of Timber Green #36413A

Tints of Timber Green #36413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.72%

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

R = 30.51%
G = 36.72%
B = 32.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#36413A (or 0x36413A) is known color: Timber Green. HEX triplet: 36, 41 and 3A. RGB value is (54,65,58). Sum of RGB (Red+Green+Blue) = 54+65+58=177 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.51% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 65 - color contains mainly: green. Hex color #36413A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36413A is #C9BEC5. Grayscale: #3C3C3C. Windows color (decimal): -13221574 or 3817782. OLE color: 3817782.

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

Color convert

RGB 54 65 58 -
CMYK 0.17 0 0.11 0.75
HSL 141.82º 0.09% 0.23% -
HSV(B) 141.82º 0.17% 0.25% -
XYZ 4.18 4.87 4.72 -
YUV 60.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 54 65 58 0.17 0 0.11 0.75 141.82 0.09 0.23
Hex 36 41 3A 11 0 B 4B 8E 9 17
Octal 66 101 72 21 0 13 113 216 11 27
Binary 110110 1000001 111010 10001 0 1011 1001011 10001110 1001 10111

Color Harmonies of #36413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36413A

Black with #36413A

Text Example


Text Example

White with #36413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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