Html Css Color HEX #33745A Amazon

📋 copy color: '#33745A'

red 51 ◦ green 116 ◦ blue 90

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

Shades of Amazon #33745A

Tints of Amazon #33745A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.14%

 BLUE value IS 90 (35.55% from 255) = 35.02%

R = 19.84%
G = 45.14%
B = 35.02%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#33745A (or 0x33745A) is known color: Amazon. HEX triplet: 33, 74 and 5A. RGB value is (51,116,90). Sum of RGB (Red+Green+Blue) = 51+116+90=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 116 - color contains mainly: green. Hex color #33745A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33745A is #CC8BA5. Grayscale: #5D5D5D. Windows color (decimal): -13405094 or 5927987. OLE color: 5927987.

HSL color Cylindrical-coordinate representation of color #33745A: hue angle of 156º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #33745A is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 116 90 -
CMYK 0.56 0 0.22 0.55
HSL 156º 0.39% 0.33% -
HSV(B) 156º 0.56% 0.45% -
XYZ 9.46 13.93 11.86 -
YUV 93.6 125.97 97.61 -
System Red Green Blue C M Y K H S L
Decimal 51 116 90 0.56 0 0.22 0.55 156 0.39 0.33
Hex 33 74 5A 38 0 16 37 9C 27 21
Octal 63 164 132 70 0 26 67 234 47 41
Binary 110011 1110100 1011010 111000 0 10110 110111 10011100 100111 100001

Color Harmonies of #33745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33745A

Black with #33745A

Text Example


Text Example

White with #33745A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,116,90); }

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

background-color css

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

 a { background-color: rgb(51,116,90); }

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

border-color css

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

 span { border-color: rgb(51,116,90); }

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