Html Css Color HEX #368354 Amazon

📋 copy color: '#368354'

red 54 ◦ green 131 ◦ blue 84

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

Shades of Amazon #368354

Tints of Amazon #368354

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.7%

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

R = 20.07%
G = 48.7%
B = 31.23%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#368354 (or 0x368354) is known color: Amazon. HEX triplet: 36, 83 and 54. RGB value is (54,131,84). Sum of RGB (Red+Green+Blue) = 54+131+84=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 131 (51.56% from 255 or 48.70% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 131 - color contains mainly: green. Hex color #368354 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368354 is #C97CAB. Grayscale: #666666. Windows color (decimal): -13204652 or 5538614. OLE color: 5538614.

HSL color Cylindrical-coordinate representation of color #368354: hue angle of 143.38º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368354 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 131 84 -
CMYK 0.59 0 0.36 0.49
HSL 143.38º 0.42% 0.36% -
HSV(B) 143.38º 0.59% 0.51% -
XYZ 11.24 17.66 11.2 -
YUV 102.62 117.49 93.32 -
System Red Green Blue C M Y K H S L
Decimal 54 131 84 0.59 0 0.36 0.49 143.38 0.42 0.36
Hex 36 83 54 3B 0 24 31 8F 2A 24
Octal 66 203 124 73 0 44 61 217 52 44
Binary 110110 10000011 1010100 111011 0 100100 110001 10001111 101010 100100

Color Harmonies of #368354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368354

Black with #368354

Text Example


Text Example

White with #368354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368354; }

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

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

background-color css

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

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

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

border-color css

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

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

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