Html Css Color HEX #33714C Amazon

📋 copy color: '#33714C'

red 51 ◦ green 113 ◦ blue 76

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

Shades of Amazon #33714C

Tints of Amazon #33714C

RGB

 RED value IS 51 (20.31% from 255) = 21.25%

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

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

R = 21.25%
G = 47.08%
B = 31.67%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#33714C (or 0x33714C) is known color: Amazon. HEX triplet: 33, 71 and 4C. RGB value is (51,113,76). Sum of RGB (Red+Green+Blue) = 51+113+76=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #33714C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33714C is #CC8EB3. Grayscale: #5A5A5A. Windows color (decimal): -13405876 or 5009715. OLE color: 5009715.

HSL color Cylindrical-coordinate representation of color #33714C: hue angle of 144.19º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #33714C is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 113 76 -
CMYK 0.55 0 0.33 0.56
HSL 144.19º 0.38% 0.32% -
HSV(B) 144.19º 0.55% 0.44% -
XYZ 8.57 13.04 8.9 -
YUV 90.24 119.96 100.01 -
System Red Green Blue C M Y K H S L
Decimal 51 113 76 0.55 0 0.33 0.56 144.19 0.38 0.32
Hex 33 71 4C 37 0 21 38 90 26 20
Octal 63 161 114 67 0 41 70 220 46 40
Binary 110011 1110001 1001100 110111 0 100001 111000 10010000 100110 100000

Color Harmonies of #33714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33714C

Black with #33714C

Text Example


Text Example

White with #33714C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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