Html Css Color HEX #36724E Amazon

📋 copy color: '#36724E'

red 54 ◦ green 114 ◦ blue 78

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

Shades of Amazon #36724E

Tints of Amazon #36724E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.34%

 BLUE value IS 78 (30.86% from 255) = 31.71%

R = 21.95%
G = 46.34%
B = 31.71%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#36724E (or 0x36724E) is known color: Amazon. HEX triplet: 36, 72 and 4E. RGB value is (54,114,78). Sum of RGB (Red+Green+Blue) = 54+114+78=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 114 - color contains mainly: green. Hex color #36724E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36724E is #C98DB1. Grayscale: #5C5C5C. Windows color (decimal): -13209010 or 5141046. OLE color: 5141046.

HSL color Cylindrical-coordinate representation of color #36724E: hue angle of 144º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #36724E is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 114 78 -
CMYK 0.53 0 0.32 0.55
HSL 144º 0.36% 0.33% -
HSV(B) 144º 0.53% 0.45% -
XYZ 8.91 13.37 9.32 -
YUV 91.96 120.12 100.93 -
System Red Green Blue C M Y K H S L
Decimal 54 114 78 0.53 0 0.32 0.55 144 0.36 0.33
Hex 36 72 4E 35 0 20 37 90 24 21
Octal 66 162 116 65 0 40 67 220 44 41
Binary 110110 1110010 1001110 110101 0 100000 110111 10010000 100100 100001

Color Harmonies of #36724E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36724E

Black with #36724E

Text Example


Text Example

White with #36724E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36724E; }

 p { color: rgb(54,114,78); }

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

background-color css

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

 a { background-color: rgb(54,114,78); }

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

border-color css

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

 span { border-color: rgb(54,114,78); }

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