Html Css Color HEX #36744F Amazon

📋 copy color: '#36744F'

red 54 ◦ green 116 ◦ blue 79

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

Shades of Amazon #36744F

Tints of Amazon #36744F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.59%

 BLUE value IS 79 (31.25% from 255) = 31.73%

R = 21.69%
G = 46.59%
B = 31.73%

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

#36744F (or 0x36744F) is known color: Amazon. HEX triplet: 36, 74 and 4F. RGB value is (54,116,79). Sum of RGB (Red+Green+Blue) = 54+116+79=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 116 - color contains mainly: green. Hex color #36744F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36744F is #C98BB0. Grayscale: #5D5D5D. Windows color (decimal): -13208497 or 5207094. OLE color: 5207094.

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

Color convert

RGB 54 116 79 -
CMYK 0.53 0 0.32 0.55
HSL 144.19º 0.36% 0.33% -
HSV(B) 144.19º 0.53% 0.45% -
XYZ 9.18 13.84 9.58 -
YUV 93.24 119.96 100.01 -
System Red Green Blue C M Y K H S L
Decimal 54 116 79 0.53 0 0.32 0.55 144.19 0.36 0.33
Hex 36 74 4F 35 0 20 37 90 24 21
Octal 66 164 117 65 0 40 67 220 44 41
Binary 110110 1110100 1001111 110101 0 100000 110111 10010000 100100 100001

Color Harmonies of #36744F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36744F

Black with #36744F

Text Example


Text Example

White with #36744F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36744F; }

 p { color: rgb(54,116,79); }

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

background-color css

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

 a { background-color: rgb(54,116,79); }

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

border-color css

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

 span { border-color: rgb(54,116,79); }

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