Html Css Color HEX #368160 Amazon

📋 copy color: '#368160'

red 54 ◦ green 129 ◦ blue 96

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

Shades of Amazon #368160

Tints of Amazon #368160

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.24%

 BLUE value IS 96 (37.89% from 255) = 34.41%

R = 19.35%
G = 46.24%
B = 34.41%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#368160 (or 0x368160) is known color: Amazon. HEX triplet: 36, 81 and 60. RGB value is (54,129,96). Sum of RGB (Red+Green+Blue) = 54+129+96=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 129 - color contains mainly: green. Hex color #368160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368160 is #C97E9F. Grayscale: #666666. Windows color (decimal): -13205152 or 6324534. OLE color: 6324534.

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

Color convert

RGB 54 129 96 -
CMYK 0.58 0 0.26 0.49
HSL 153.6º 0.41% 0.36% -
HSV(B) 153.6º 0.58% 0.51% -
XYZ 11.48 17.33 13.81 -
YUV 102.81 124.15 93.18 -
System Red Green Blue C M Y K H S L
Decimal 54 129 96 0.58 0 0.26 0.49 153.6 0.41 0.36
Hex 36 81 60 3A 0 1A 31 9A 29 24
Octal 66 201 140 72 0 32 61 232 51 44
Binary 110110 10000001 1100000 111010 0 11010 110001 10011010 101001 100100

Color Harmonies of #368160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368160

Black with #368160

Text Example


Text Example

White with #368160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368160; }

 p { color: rgb(54,129,96); }

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

background-color css

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

 a { background-color: rgb(54,129,96); }

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

border-color css

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

 span { border-color: rgb(54,129,96); }

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