Html Css Color HEX #33755B Amazon

📋 copy color: '#33755B'

red 51 ◦ green 117 ◦ blue 91

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

Shades of Amazon #33755B

Tints of Amazon #33755B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.17%

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

R = 19.69%
G = 45.17%
B = 35.14%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#33755B (or 0x33755B) is known color: Amazon. HEX triplet: 33, 75 and 5B. RGB value is (51,117,91). Sum of RGB (Red+Green+Blue) = 51+117+91=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 117 - color contains mainly: green. Hex color #33755B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33755B is #CC8AA4. Grayscale: #5E5E5E. Windows color (decimal): -13404837 or 5993779. OLE color: 5993779.

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

Color convert

RGB 51 117 91 -
CMYK 0.56 0 0.22 0.54
HSL 156.36º 0.39% 0.33% -
HSV(B) 156.36º 0.56% 0.46% -
XYZ 9.61 14.18 12.13 -
YUV 94.3 126.13 97.11 -
System Red Green Blue C M Y K H S L
Decimal 51 117 91 0.56 0 0.22 0.54 156.36 0.39 0.33
Hex 33 75 5B 38 0 16 36 9C 27 21
Octal 63 165 133 70 0 26 66 234 47 41
Binary 110011 1110101 1011011 111000 0 10110 110110 10011100 100111 100001

Color Harmonies of #33755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33755B

Black with #33755B

Text Example


Text Example

White with #33755B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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