Html Css Color HEX #36734D Amazon

📋 copy color: '#36734D'

red 54 ◦ green 115 ◦ blue 77

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

Shades of Amazon #36734D

Tints of Amazon #36734D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.75%

 BLUE value IS 77 (30.47% from 255) = 31.3%

R = 21.95%
G = 46.75%
B = 31.3%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#36734D (or 0x36734D) is known color: Amazon. HEX triplet: 36, 73 and 4D. RGB value is (54,115,77). Sum of RGB (Red+Green+Blue) = 54+115+77=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 115 - color contains mainly: green. Hex color #36734D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36734D is #C98CB2. Grayscale: #5C5C5C. Windows color (decimal): -13208755 or 5075766. OLE color: 5075766.

HSL color Cylindrical-coordinate representation of color #36734D: hue angle of 142.62º 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 #36734D is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 115 77 -
CMYK 0.53 0 0.33 0.55
HSL 142.62º 0.36% 0.33% -
HSV(B) 142.62º 0.53% 0.45% -
XYZ 8.99 13.58 9.17 -
YUV 92.43 119.29 100.59 -
System Red Green Blue C M Y K H S L
Decimal 54 115 77 0.53 0 0.33 0.55 142.62 0.36 0.33
Hex 36 73 4D 35 0 21 37 8F 24 21
Octal 66 163 115 65 0 41 67 217 44 41
Binary 110110 1110011 1001101 110101 0 100001 110111 10001111 100100 100001

Color Harmonies of #36734D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36734D

Black with #36734D

Text Example


Text Example

White with #36734D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36734D; }

 p { color: rgb(54,115,77); }

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

background-color css

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

 a { background-color: rgb(54,115,77); }

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

border-color css

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

 span { border-color: rgb(54,115,77); }

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