Html Css Color HEX #368060 Amazon

📋 copy color: '#368060'

red 54 ◦ green 128 ◦ blue 96

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

Shades of Amazon #368060

Tints of Amazon #368060

RGB

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

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

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

R = 19.42%
G = 46.04%
B = 34.53%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#368060 (or 0x368060) is known color: Amazon. HEX triplet: 36, 80 and 60. RGB value is (54,128,96). Sum of RGB (Red+Green+Blue) = 54+128+96=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 128 - color contains mainly: green. Hex color #368060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368060 is #C97F9F. Grayscale: #666666. Windows color (decimal): -13205408 or 6324278. OLE color: 6324278.

HSL color Cylindrical-coordinate representation of color #368060: hue angle of 154.05º 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 #368060 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 128 96 -
CMYK 0.58 0 0.25 0.50
HSL 154.05º 0.41% 0.36% -
HSV(B) 154.05º 0.58% 0.5% -
XYZ 11.35 17.07 13.76 -
YUV 102.23 124.48 93.6 -
System Red Green Blue C M Y K H S L
Decimal 54 128 96 0.58 0 0.25 0.50 154.05 0.41 0.36
Hex 36 80 60 3A 0 19 32 9A 29 24
Octal 66 200 140 72 0 31 62 232 51 44
Binary 110110 10000000 1100000 111010 0 11001 110010 10011010 101001 100100

Color Harmonies of #368060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368060

Black with #368060

Text Example


Text Example

White with #368060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368060; }

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

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

background-color css

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

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

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

border-color css

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

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

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