Html Css Color HEX #367154 Amazon

📋 copy color: '#367154'

red 54 ◦ green 113 ◦ blue 84

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

Shades of Amazon #367154

Tints of Amazon #367154

RGB

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

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

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

R = 21.51%
G = 45.02%
B = 33.47%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#367154 (or 0x367154) is known color: Amazon. HEX triplet: 36, 71 and 54. RGB value is (54,113,84). Sum of RGB (Red+Green+Blue) = 54+113+84=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #367154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367154 is #C98EAB. Grayscale: #5C5C5C. Windows color (decimal): -13209260 or 5534006. OLE color: 5534006.

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

Color convert

RGB 54 113 84 -
CMYK 0.52 0 0.26 0.56
HSL 150.51º 0.35% 0.33% -
HSV(B) 150.51º 0.52% 0.44% -
XYZ 9.03 13.23 10.47 -
YUV 92.05 123.45 100.86 -
System Red Green Blue C M Y K H S L
Decimal 54 113 84 0.52 0 0.26 0.56 150.51 0.35 0.33
Hex 36 71 54 34 0 1A 38 97 23 21
Octal 66 161 124 64 0 32 70 227 43 41
Binary 110110 1110001 1010100 110100 0 11010 111000 10010111 100011 100001

Color Harmonies of #367154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367154

Black with #367154

Text Example


Text Example

White with #367154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367154; }

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

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

background-color css

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

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

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

border-color css

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

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

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