Html Css Color HEX #36734C Amazon

📋 copy color: '#36734C'

red 54 ◦ green 115 ◦ blue 76

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

Shades of Amazon #36734C

Tints of Amazon #36734C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.02%

R = 22.04%
G = 46.94%
B = 31.02%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#36734C (or 0x36734C) is known color: Amazon. HEX triplet: 36, 73 and 4C. RGB value is (54,115,76). Sum of RGB (Red+Green+Blue) = 54+115+76=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #36734C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36734C is #C98CB3. Grayscale: #5C5C5C. Windows color (decimal): -13208756 or 5010230. OLE color: 5010230.

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

Color convert

RGB 54 115 76 -
CMYK 0.53 0 0.34 0.55
HSL 141.64º 0.36% 0.33% -
HSV(B) 141.64º 0.53% 0.45% -
XYZ 8.96 13.57 8.98 -
YUV 92.32 118.79 100.67 -
System Red Green Blue C M Y K H S L
Decimal 54 115 76 0.53 0 0.34 0.55 141.64 0.36 0.33
Hex 36 73 4C 35 0 22 37 8E 24 21
Octal 66 163 114 65 0 42 67 216 44 41
Binary 110110 1110011 1001100 110101 0 100010 110111 10001110 100100 100001

Color Harmonies of #36734C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36734C

Black with #36734C

Text Example


Text Example

White with #36734C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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