Html Css Color HEX #36754A Amazon

📋 copy color: '#36754A'

red 54 ◦ green 117 ◦ blue 74

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

Shades of Amazon #36754A

Tints of Amazon #36754A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.76%

 BLUE value IS 74 (29.3% from 255) = 30.2%

R = 22.04%
G = 47.76%
B = 30.2%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#36754A (or 0x36754A) is known color: Amazon. HEX triplet: 36, 75 and 4A. RGB value is (54,117,74). Sum of RGB (Red+Green+Blue) = 54+117+74=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 117 - color contains mainly: green. Hex color #36754A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36754A is #C98AB5. Grayscale: #5D5D5D. Windows color (decimal): -13208246 or 4879670. OLE color: 4879670.

HSL color Cylindrical-coordinate representation of color #36754A: hue angle of 139.05º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #36754A is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 117 74 -
CMYK 0.54 0 0.37 0.54
HSL 139.05º 0.37% 0.34% -
HSV(B) 139.05º 0.54% 0.46% -
XYZ 9.12 14 8.7 -
YUV 93.26 117.13 100 -
System Red Green Blue C M Y K H S L
Decimal 54 117 74 0.54 0 0.37 0.54 139.05 0.37 0.34
Hex 36 75 4A 36 0 25 36 8B 25 22
Octal 66 165 112 66 0 45 66 213 45 42
Binary 110110 1110101 1001010 110110 0 100101 110110 10001011 100101 100010

Color Harmonies of #36754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36754A

Black with #36754A

Text Example


Text Example

White with #36754A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36754A; }

 p { color: rgb(54,117,74); }

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

background-color css

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

 a { background-color: rgb(54,117,74); }

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

border-color css

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

 span { border-color: rgb(54,117,74); }

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