Html Css Color HEX #368054 Amazon

📋 copy color: '#368054'

red 54 ◦ green 128 ◦ blue 84

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

Shades of Amazon #368054

Tints of Amazon #368054

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.12%

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

R = 20.3%
G = 48.12%
B = 31.58%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#368054 (or 0x368054) is known color: Amazon. HEX triplet: 36, 80 and 54. RGB value is (54,128,84). Sum of RGB (Red+Green+Blue) = 54+128+84=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 128 - color contains mainly: green. Hex color #368054 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368054 is #C97FAB. Grayscale: #646464. Windows color (decimal): -13205420 or 5537846. OLE color: 5537846.

HSL color Cylindrical-coordinate representation of color #368054: hue angle of 144.32º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #368054 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 128 84 -
CMYK 0.58 0 0.34 0.50
HSL 144.32º 0.41% 0.36% -
HSV(B) 144.32º 0.58% 0.5% -
XYZ 10.84 16.86 11.07 -
YUV 100.86 118.48 94.58 -
System Red Green Blue C M Y K H S L
Decimal 54 128 84 0.58 0 0.34 0.50 144.32 0.41 0.36
Hex 36 80 54 3A 0 22 32 90 29 24
Octal 66 200 124 72 0 42 62 220 51 44
Binary 110110 10000000 1010100 111010 0 100010 110010 10010000 101001 100100

Color Harmonies of #368054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368054

Black with #368054

Text Example


Text Example

White with #368054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368054; }

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

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

background-color css

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

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

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

border-color css

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

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

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