Html Css Color HEX #33704B Amazon

📋 copy color: '#33704B'

red 51 ◦ green 112 ◦ blue 75

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

Shades of Amazon #33704B

Tints of Amazon #33704B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.06%

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

R = 21.43%
G = 47.06%
B = 31.51%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#33704B (or 0x33704B) is known color: Amazon. HEX triplet: 33, 70 and 4B. RGB value is (51,112,75). Sum of RGB (Red+Green+Blue) = 51+112+75=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #33704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33704B is #CC8FB4. Grayscale: #595959. Windows color (decimal): -13406133 or 4943923. OLE color: 4943923.

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

Color convert

RGB 51 112 75 -
CMYK 0.54 0 0.33 0.56
HSL 143.61º 0.37% 0.32% -
HSV(B) 143.61º 0.54% 0.44% -
XYZ 8.43 12.8 8.68 -
YUV 89.54 119.79 100.51 -
System Red Green Blue C M Y K H S L
Decimal 51 112 75 0.54 0 0.33 0.56 143.61 0.37 0.32
Hex 33 70 4B 36 0 21 38 90 25 20
Octal 63 160 113 66 0 41 70 220 45 40
Binary 110011 1110000 1001011 110110 0 100001 111000 10010000 100101 100000

Color Harmonies of #33704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33704B

Black with #33704B

Text Example


Text Example

White with #33704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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