Html Css Color HEX #33745B Amazon

📋 copy color: '#33745B'

red 51 ◦ green 116 ◦ blue 91

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

Shades of Amazon #33745B

Tints of Amazon #33745B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.27%

R = 19.77%
G = 44.96%
B = 35.27%

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

#33745B (or 0x33745B) is known color: Amazon. HEX triplet: 33, 74 and 5B. RGB value is (51,116,91). Sum of RGB (Red+Green+Blue) = 51+116+91=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 116 - color contains mainly: green. Hex color #33745B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33745B is #CC8BA4. Grayscale: #5D5D5D. Windows color (decimal): -13405093 or 5993523. OLE color: 5993523.

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

Color convert

RGB 51 116 91 -
CMYK 0.56 0 0.22 0.55
HSL 156.92º 0.39% 0.33% -
HSV(B) 156.92º 0.56% 0.45% -
XYZ 9.5 13.95 12.09 -
YUV 93.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 51 116 91 0.56 0 0.22 0.55 156.92 0.39 0.33
Hex 33 74 5B 38 0 16 37 9D 27 21
Octal 63 164 133 70 0 26 67 235 47 41
Binary 110011 1110100 1011011 111000 0 10110 110111 10011101 100111 100001

Color Harmonies of #33745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33745B

Black with #33745B

Text Example


Text Example

White with #33745B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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