Html Css Color HEX #36714A Amazon

📋 copy color: '#36714A'

red 54 ◦ green 113 ◦ blue 74

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

Shades of Amazon #36714A

Tints of Amazon #36714A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.89%

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

R = 22.41%
G = 46.89%
B = 30.71%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#36714A (or 0x36714A) is known color: Amazon. HEX triplet: 36, 71 and 4A. RGB value is (54,113,74). Sum of RGB (Red+Green+Blue) = 54+113+74=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #36714A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36714A is #C98EB5. Grayscale: #5B5B5B. Windows color (decimal): -13209270 or 4878646. OLE color: 4878646.

HSL color Cylindrical-coordinate representation of color #36714A: hue angle of 140.34º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #36714A is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 113 74 -
CMYK 0.52 0 0.35 0.56
HSL 140.34º 0.35% 0.33% -
HSV(B) 140.34º 0.52% 0.44% -
XYZ 8.66 13.09 8.55 -
YUV 90.91 118.45 101.67 -
System Red Green Blue C M Y K H S L
Decimal 54 113 74 0.52 0 0.35 0.56 140.34 0.35 0.33
Hex 36 71 4A 34 0 23 38 8C 23 21
Octal 66 161 112 64 0 43 70 214 43 41
Binary 110110 1110001 1001010 110100 0 100011 111000 10001100 100011 100001

Color Harmonies of #36714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36714A

Black with #36714A

Text Example


Text Example

White with #36714A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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