Html Css Color HEX #36714C Amazon

📋 copy color: '#36714C'

red 54 ◦ green 113 ◦ blue 76

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

Shades of Amazon #36714C

Tints of Amazon #36714C

RGB

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

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

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

R = 22.22%
G = 46.5%
B = 31.28%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#36714C (or 0x36714C) is known color: Amazon. HEX triplet: 36, 71 and 4C. RGB value is (54,113,76). Sum of RGB (Red+Green+Blue) = 54+113+76=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 113 - color contains mainly: green. Hex color #36714C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36714C is #C98EB3. Grayscale: #5B5B5B. Windows color (decimal): -13209268 or 5009718. OLE color: 5009718.

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

Color convert

RGB 54 113 76 -
CMYK 0.52 0 0.33 0.56
HSL 142.37º 0.35% 0.33% -
HSV(B) 142.37º 0.52% 0.44% -
XYZ 8.73 13.12 8.91 -
YUV 91.14 119.45 101.51 -
System Red Green Blue C M Y K H S L
Decimal 54 113 76 0.52 0 0.33 0.56 142.37 0.35 0.33
Hex 36 71 4C 34 0 21 38 8E 23 21
Octal 66 161 114 64 0 41 70 216 43 41
Binary 110110 1110001 1001100 110100 0 100001 111000 10001110 100011 100001

Color Harmonies of #36714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36714C

Black with #36714C

Text Example


Text Example

White with #36714C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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