Html Css Color HEX #364138 Timber Green

📋 copy color: '#364138'

red 54 ◦ green 65 ◦ blue 56

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

Shades of Timber Green #364138

Tints of Timber Green #364138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 32%

R = 30.86%
G = 37.14%
B = 32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#364138 (or 0x364138) is known color: Timber Green. HEX triplet: 36, 41 and 38. RGB value is (54,65,56). Sum of RGB (Red+Green+Blue) = 54+65+56=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 65 - color contains mainly: green. Hex color #364138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364138 is #C9BEC7. Grayscale: #3C3C3C. Windows color (decimal): -13221576 or 3686710. OLE color: 3686710.

HSL color Cylindrical-coordinate representation of color #364138: hue angle of 130.91º 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 #364138 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 65 56 -
CMYK 0.17 0 0.14 0.75
HSL 130.91º 0.09% 0.23% -
HSV(B) 130.91º 0.17% 0.25% -
XYZ 4.13 4.85 4.46 -
YUV 60.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 54 65 56 0.17 0 0.14 0.75 130.91 0.09 0.23
Hex 36 41 38 11 0 E 4B 83 9 17
Octal 66 101 70 21 0 16 113 203 11 27
Binary 110110 1000001 111000 10001 0 1110 1001011 10000011 1001 10111

Color Harmonies of #364138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364138

Black with #364138

Text Example


Text Example

White with #364138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364138; }

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

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

background-color css

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

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

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

border-color css

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

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

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