Html Css Color HEX #33714A Amazon

📋 copy color: '#33714A'

red 51 ◦ green 113 ◦ blue 74

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

Shades of Amazon #33714A

Tints of Amazon #33714A

RGB

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

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

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

R = 21.43%
G = 47.48%
B = 31.09%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#33714A (or 0x33714A) is known color: Amazon. HEX triplet: 33, 71 and 4A. RGB value is (51,113,74). Sum of RGB (Red+Green+Blue) = 51+113+74=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 113 - color contains mainly: green. Hex color #33714A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33714A is #CC8EB5. Grayscale: #5A5A5A. Windows color (decimal): -13405878 or 4878643. OLE color: 4878643.

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

Color convert

RGB 51 113 74 -
CMYK 0.55 0 0.35 0.56
HSL 142.26º 0.38% 0.32% -
HSV(B) 142.26º 0.55% 0.44% -
XYZ 8.51 13.01 8.54 -
YUV 90.02 118.96 100.17 -
System Red Green Blue C M Y K H S L
Decimal 51 113 74 0.55 0 0.35 0.56 142.26 0.38 0.32
Hex 33 71 4A 37 0 23 38 8E 26 20
Octal 63 161 112 67 0 43 70 216 46 40
Binary 110011 1110001 1001010 110111 0 100011 111000 10001110 100110 100000

Color Harmonies of #33714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33714A

Black with #33714A

Text Example


Text Example

White with #33714A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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