Html Css Color HEX #368454 Amazon

📋 copy color: '#368454'

red 54 ◦ green 132 ◦ blue 84

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

Shades of Amazon #368454

Tints of Amazon #368454

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48.89%

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

R = 20%
G = 48.89%
B = 31.11%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#368454 (or 0x368454) is known color: Amazon. HEX triplet: 36, 84 and 54. RGB value is (54,132,84). Sum of RGB (Red+Green+Blue) = 54+132+84=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #368454 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368454 is #C97BAB. Grayscale: #676767. Windows color (decimal): -13204396 or 5538870. OLE color: 5538870.

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

Color convert

RGB 54 132 84 -
CMYK 0.59 0 0.36 0.48
HSL 143.08º 0.42% 0.36% -
HSV(B) 143.08º 0.59% 0.52% -
XYZ 11.37 17.93 11.25 -
YUV 103.21 117.16 92.9 -
System Red Green Blue C M Y K H S L
Decimal 54 132 84 0.59 0 0.36 0.48 143.08 0.42 0.36
Hex 36 84 54 3B 0 24 30 8F 2A 24
Octal 66 204 124 73 0 44 60 217 52 44
Binary 110110 10000100 1010100 111011 0 100100 110000 10001111 101010 100100

Color Harmonies of #368454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368454

Black with #368454

Text Example


Text Example

White with #368454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368454; }

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

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

background-color css

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

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

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

border-color css

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

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

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