Html Css Color HEX #367446 Amazon

📋 copy color: '#367446'

red 54 ◦ green 116 ◦ blue 70

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

Shades of Amazon #367446

Tints of Amazon #367446

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.33%

 BLUE value IS 70 (27.73% from 255) = 29.17%

R = 22.5%
G = 48.33%
B = 29.17%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#367446 (or 0x367446) is known color: Amazon. HEX triplet: 36, 74 and 46. RGB value is (54,116,70). Sum of RGB (Red+Green+Blue) = 54+116+70=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #367446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367446 is #C98BB9. Grayscale: #5C5C5C. Windows color (decimal): -13208506 or 4617270. OLE color: 4617270.

HSL color Cylindrical-coordinate representation of color #367446: hue angle of 135.48º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #367446 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 116 70 -
CMYK 0.53 0 0.40 0.55
HSL 135.48º 0.36% 0.33% -
HSV(B) 135.48º 0.53% 0.45% -
XYZ 8.87 13.72 7.97 -
YUV 92.22 115.46 100.74 -
System Red Green Blue C M Y K H S L
Decimal 54 116 70 0.53 0 0.40 0.55 135.48 0.36 0.33
Hex 36 74 46 35 0 28 37 87 24 21
Octal 66 164 106 65 0 50 67 207 44 41
Binary 110110 1110100 1000110 110101 0 101000 110111 10000111 100100 100001

Color Harmonies of #367446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367446

Black with #367446

Text Example


Text Example

White with #367446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367446; }

 p { color: rgb(54,116,70); }

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

background-color css

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

 a { background-color: rgb(54,116,70); }

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

border-color css

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

 span { border-color: rgb(54,116,70); }

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