Html Css Color HEX #33714B Amazon

📋 copy color: '#33714B'

red 51 ◦ green 113 ◦ blue 75

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

Shades of Amazon #33714B

Tints of Amazon #33714B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.38%

R = 21.34%
G = 47.28%
B = 31.38%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#33714B (or 0x33714B) is known color: Amazon. HEX triplet: 33, 71 and 4B. RGB value is (51,113,75). Sum of RGB (Red+Green+Blue) = 51+113+75=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 113 - color contains mainly: green. Hex color #33714B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33714B is #CC8EB4. Grayscale: #5A5A5A. Windows color (decimal): -13405877 or 4944179. OLE color: 4944179.

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

Color convert

RGB 51 113 75 -
CMYK 0.55 0 0.34 0.56
HSL 143.23º 0.38% 0.32% -
HSV(B) 143.23º 0.55% 0.44% -
XYZ 8.54 13.02 8.72 -
YUV 90.13 119.46 100.09 -
System Red Green Blue C M Y K H S L
Decimal 51 113 75 0.55 0 0.34 0.56 143.23 0.38 0.32
Hex 33 71 4B 37 0 22 38 8F 26 20
Octal 63 161 113 67 0 42 70 217 46 40
Binary 110011 1110001 1001011 110111 0 100010 111000 10001111 100110 100000

Color Harmonies of #33714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33714B

Black with #33714B

Text Example


Text Example

White with #33714B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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