Html Css Color HEX #33775D Amazon

📋 copy color: '#33775D'

red 51 ◦ green 119 ◦ blue 93

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

Shades of Amazon #33775D

Tints of Amazon #33775D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.25%

 BLUE value IS 93 (36.72% from 255) = 35.36%

R = 19.39%
G = 45.25%
B = 35.36%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#33775D (or 0x33775D) is known color: Amazon. HEX triplet: 33, 77 and 5D. RGB value is (51,119,93). Sum of RGB (Red+Green+Blue) = 51+119+93=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #33775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33775D is #CC88A2. Grayscale: #5F5F5F. Windows color (decimal): -13404323 or 6125363. OLE color: 6125363.

HSL color Cylindrical-coordinate representation of color #33775D: hue angle of 157.06º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #33775D is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 119 93 -
CMYK 0.57 0 0.22 0.53
HSL 157.06º 0.4% 0.33% -
HSV(B) 157.06º 0.57% 0.47% -
XYZ 9.94 14.69 12.67 -
YUV 95.7 126.47 96.11 -
System Red Green Blue C M Y K H S L
Decimal 51 119 93 0.57 0 0.22 0.53 157.06 0.4 0.33
Hex 33 77 5D 39 0 16 35 9D 28 21
Octal 63 167 135 71 0 26 65 235 50 41
Binary 110011 1110111 1011101 111001 0 10110 110101 10011101 101000 100001

Color Harmonies of #33775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33775D

Black with #33775D

Text Example


Text Example

White with #33775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33775D; }

 p { color: rgb(51,119,93); }

 H1.HeaderClassName
 {
   color: #33775D;
 }
 .AnyTagClassName
 {
   color: #33775D;
 }
</style>

background-color css

<style>
 a { background-color: #33775D; }

 a { background-color: rgb(51,119,93); }

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

border-color css

<style>
 span { border-color: #33775D; }

 span { border-color: rgb(51,119,93); }

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