Html Css Color HEX #367645 Amazon

📋 copy color: '#367645'

red 54 ◦ green 118 ◦ blue 69

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

Shades of Amazon #367645

Tints of Amazon #367645

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.96%

 BLUE value IS 69 (27.34% from 255) = 28.63%

R = 22.41%
G = 48.96%
B = 28.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#367645 (or 0x367645) is known color: Amazon. HEX triplet: 36, 76 and 45. RGB value is (54,118,69). Sum of RGB (Red+Green+Blue) = 54+118+69=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 69 (27.34% from 255 or 28.63% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #367645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367645 is #C989BA. Grayscale: #5D5D5D. Windows color (decimal): -13207995 or 4552246. OLE color: 4552246.

HSL color Cylindrical-coordinate representation of color #367645: hue angle of 134.06º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #367645 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 118 69 -
CMYK 0.54 0 0.42 0.54
HSL 134.06º 0.37% 0.34% -
HSV(B) 134.06º 0.54% 0.46% -
XYZ 9.07 14.17 7.89 -
YUV 93.28 114.3 99.98 -
System Red Green Blue C M Y K H S L
Decimal 54 118 69 0.54 0 0.42 0.54 134.06 0.37 0.34
Hex 36 76 45 36 0 2A 36 86 25 22
Octal 66 166 105 66 0 52 66 206 45 42
Binary 110110 1110110 1000101 110110 0 101010 110110 10000110 100101 100010

Color Harmonies of #367645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367645

Black with #367645

Text Example


Text Example

White with #367645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367645; }

 p { color: rgb(54,118,69); }

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

background-color css

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

 a { background-color: rgb(54,118,69); }

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

border-color css

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

 span { border-color: rgb(54,118,69); }

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