Html Css Color HEX #33735B Amazon

📋 copy color: '#33735B'

red 51 ◦ green 115 ◦ blue 91

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

Shades of Amazon #33735B

Tints of Amazon #33735B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.75%

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

R = 19.84%
G = 44.75%
B = 35.41%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#33735B (or 0x33735B) is known color: Amazon. HEX triplet: 33, 73 and 5B. RGB value is (51,115,91). Sum of RGB (Red+Green+Blue) = 51+115+91=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 115 - color contains mainly: green. Hex color #33735B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33735B is #CC8CA4. Grayscale: #5D5D5D. Windows color (decimal): -13405349 or 5993267. OLE color: 5993267.

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

Color convert

RGB 51 115 91 -
CMYK 0.56 0 0.21 0.55
HSL 157.5º 0.39% 0.33% -
HSV(B) 157.5º 0.56% 0.45% -
XYZ 9.38 13.72 12.05 -
YUV 93.13 126.8 97.95 -
System Red Green Blue C M Y K H S L
Decimal 51 115 91 0.56 0 0.21 0.55 157.5 0.39 0.33
Hex 33 73 5B 38 0 15 37 9E 27 21
Octal 63 163 133 70 0 25 67 236 47 41
Binary 110011 1110011 1011011 111000 0 10101 110111 10011110 100111 100001

Color Harmonies of #33735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33735B

Black with #33735B

Text Example


Text Example

White with #33735B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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