Html Css Color HEX #36714E Amazon

📋 copy color: '#36714E'

red 54 ◦ green 113 ◦ blue 78

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

Shades of Amazon #36714E

Tints of Amazon #36714E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 31.84%

R = 22.04%
G = 46.12%
B = 31.84%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#36714E (or 0x36714E) is known color: Amazon. HEX triplet: 36, 71 and 4E. RGB value is (54,113,78). Sum of RGB (Red+Green+Blue) = 54+113+78=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #36714E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36714E is #C98EB1. Grayscale: #5B5B5B. Windows color (decimal): -13209266 or 5140790. OLE color: 5140790.

HSL color Cylindrical-coordinate representation of color #36714E: hue angle of 144.41º 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 #36714E is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 113 78 -
CMYK 0.52 0 0.31 0.56
HSL 144.41º 0.35% 0.33% -
HSV(B) 144.41º 0.52% 0.44% -
XYZ 8.8 13.14 9.28 -
YUV 91.37 120.45 101.35 -
System Red Green Blue C M Y K H S L
Decimal 54 113 78 0.52 0 0.31 0.56 144.41 0.35 0.33
Hex 36 71 4E 34 0 1F 38 90 23 21
Octal 66 161 116 64 0 37 70 220 43 41
Binary 110110 1110001 1001110 110100 0 11111 111000 10010000 100011 100001

Color Harmonies of #36714E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36714E

Black with #36714E

Text Example


Text Example

White with #36714E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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