Html Css Color HEX #364038 Timber Green

📋 copy color: '#364038'

red 54 ◦ green 64 ◦ blue 56

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

Shades of Timber Green #364038

Tints of Timber Green #364038

RGB

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

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

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

R = 31.03%
G = 36.78%
B = 32.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#364038 (or 0x364038) is known color: Timber Green. HEX triplet: 36, 40 and 38. RGB value is (54,64,56). Sum of RGB (Red+Green+Blue) = 54+64+56=174 (23% of max value = 765). Red value is 54 (21.48% from 255 or 31.03% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 56 (22.27% from 255 or 32.18% from 174); Max value from RGB is 64 - color contains mainly: green. Hex color #364038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364038 is #C9BFC7. Grayscale: #3C3C3C. Windows color (decimal): -13221832 or 3686454. OLE color: 3686454.

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

Color convert

RGB 54 64 56 -
CMYK 0.16 0 0.13 0.75
HSL 132º 0.08% 0.23% -
HSV(B) 132º 0.16% 0.25% -
XYZ 4.07 4.74 4.44 -
YUV 60.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 54 64 56 0.16 0 0.13 0.75 132 0.08 0.23
Hex 36 40 38 10 0 D 4B 84 8 17
Octal 66 100 70 20 0 15 113 204 10 27
Binary 110110 1000000 111000 10000 0 1101 1001011 10000100 1000 10111

Color Harmonies of #364038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364038

Black with #364038

Text Example


Text Example

White with #364038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364038; }

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

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

background-color css

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

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

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

border-color css

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

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

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