Html Css Color HEX #367056 Amazon

📋 copy color: '#367056'

red 54 ◦ green 112 ◦ blue 86

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

Shades of Amazon #367056

Tints of Amazon #367056

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.44%

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

R = 21.43%
G = 44.44%
B = 34.13%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#367056 (or 0x367056) is known color: Amazon. HEX triplet: 36, 70 and 56. RGB value is (54,112,86). Sum of RGB (Red+Green+Blue) = 54+112+86=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #367056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367056 is #C98FA9. Grayscale: #5B5B5B. Windows color (decimal): -13209514 or 5664822. OLE color: 5664822.

HSL color Cylindrical-coordinate representation of color #367056: hue angle of 153.1º 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 #367056 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 112 86 -
CMYK 0.52 0 0.23 0.56
HSL 153.1º 0.35% 0.33% -
HSV(B) 153.1º 0.52% 0.44% -
XYZ 9 13.04 10.85 -
YUV 91.69 124.78 101.11 -
System Red Green Blue C M Y K H S L
Decimal 54 112 86 0.52 0 0.23 0.56 153.1 0.35 0.33
Hex 36 70 56 34 0 17 38 99 23 21
Octal 66 160 126 64 0 27 70 231 43 41
Binary 110110 1110000 1010110 110100 0 10111 111000 10011001 100011 100001

Color Harmonies of #367056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367056

Black with #367056

Text Example


Text Example

White with #367056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367056; }

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

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

background-color css

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

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

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

border-color css

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

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

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