Html Css Color HEX #33714F Amazon

📋 copy color: '#33714F'

red 51 ◦ green 113 ◦ blue 79

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

Shades of Amazon #33714F

Tints of Amazon #33714F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.51%

R = 20.99%
G = 46.5%
B = 32.51%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#33714F (or 0x33714F) is known color: Amazon. HEX triplet: 33, 71 and 4F. RGB value is (51,113,79). Sum of RGB (Red+Green+Blue) = 51+113+79=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 113 - color contains mainly: green. Hex color #33714F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33714F is #CC8EB0. Grayscale: #5A5A5A. Windows color (decimal): -13405873 or 5206323. OLE color: 5206323.

HSL color Cylindrical-coordinate representation of color #33714F: hue angle of 147.1º 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 #33714F is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 113 79 -
CMYK 0.55 0 0.30 0.56
HSL 147.1º 0.38% 0.32% -
HSV(B) 147.1º 0.55% 0.44% -
XYZ 8.68 13.08 9.46 -
YUV 90.59 121.46 99.76 -
System Red Green Blue C M Y K H S L
Decimal 51 113 79 0.55 0 0.30 0.56 147.1 0.38 0.32
Hex 33 71 4F 37 0 1E 38 93 26 20
Octal 63 161 117 67 0 36 70 223 46 40
Binary 110011 1110001 1001111 110111 0 11110 111000 10010011 100110 100000

Color Harmonies of #33714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33714F

Black with #33714F

Text Example


Text Example

White with #33714F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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