Html Css Color HEX #367054 Amazon

📋 copy color: '#367054'

red 54 ◦ green 112 ◦ blue 84

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

Shades of Amazon #367054

Tints of Amazon #367054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.6%

R = 21.6%
G = 44.8%
B = 33.6%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#367054 (or 0x367054) is known color: Amazon. HEX triplet: 36, 70 and 54. RGB value is (54,112,84). Sum of RGB (Red+Green+Blue) = 54+112+84=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #367054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367054 is #C98FAB. Grayscale: #5B5B5B. Windows color (decimal): -13209516 or 5533750. OLE color: 5533750.

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

Color convert

RGB 54 112 84 -
CMYK 0.52 0 0.25 0.56
HSL 151.03º 0.35% 0.33% -
HSV(B) 151.03º 0.52% 0.44% -
XYZ 8.92 13.01 10.43 -
YUV 91.47 123.78 101.28 -
System Red Green Blue C M Y K H S L
Decimal 54 112 84 0.52 0 0.25 0.56 151.03 0.35 0.33
Hex 36 70 54 34 0 19 38 97 23 21
Octal 66 160 124 64 0 31 70 227 43 41
Binary 110110 1110000 1010100 110100 0 11001 111000 10010111 100011 100001

Color Harmonies of #367054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367054

Black with #367054

Text Example


Text Example

White with #367054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367054; }

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

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

background-color css

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

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

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

border-color css

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

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

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