Html Css Color HEX #367156 Amazon

📋 copy color: '#367156'

red 54 ◦ green 113 ◦ blue 86

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

Shades of Amazon #367156

Tints of Amazon #367156

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.66%

 BLUE value IS 86 (33.98% from 255) = 33.99%

R = 21.34%
G = 44.66%
B = 33.99%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#367156 (or 0x367156) is known color: Amazon. HEX triplet: 36, 71 and 56. RGB value is (54,113,86). Sum of RGB (Red+Green+Blue) = 54+113+86=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #367156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367156 is #C98EA9. Grayscale: #5C5C5C. Windows color (decimal): -13209258 or 5665078. OLE color: 5665078.

HSL color Cylindrical-coordinate representation of color #367156: hue angle of 152.54º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #367156 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 113 86 -
CMYK 0.52 0 0.24 0.56
HSL 152.54º 0.35% 0.33% -
HSV(B) 152.54º 0.52% 0.44% -
XYZ 9.11 13.27 10.88 -
YUV 92.28 124.45 100.7 -
System Red Green Blue C M Y K H S L
Decimal 54 113 86 0.52 0 0.24 0.56 152.54 0.35 0.33
Hex 36 71 56 34 0 18 38 99 23 21
Octal 66 161 126 64 0 30 70 231 43 41
Binary 110110 1110001 1010110 110100 0 11000 111000 10011001 100011 100001

Color Harmonies of #367156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367156

Black with #367156

Text Example


Text Example

White with #367156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367156; }

 p { color: rgb(54,113,86); }

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

background-color css

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

 a { background-color: rgb(54,113,86); }

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

border-color css

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

 span { border-color: rgb(54,113,86); }

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