Html Css Color HEX #33765C Amazon

📋 copy color: '#33765C'

red 51 ◦ green 118 ◦ blue 92

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

Shades of Amazon #33765C

Tints of Amazon #33765C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.21%

 BLUE value IS 92 (36.33% from 255) = 35.25%

R = 19.54%
G = 45.21%
B = 35.25%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#33765C (or 0x33765C) is known color: Amazon. HEX triplet: 33, 76 and 5C. RGB value is (51,118,92). Sum of RGB (Red+Green+Blue) = 51+118+92=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #33765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33765C is #CC89A3. Grayscale: #5F5F5F. Windows color (decimal): -13404580 or 6059571. OLE color: 6059571.

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

Color convert

RGB 51 118 92 -
CMYK 0.57 0 0.22 0.54
HSL 156.72º 0.4% 0.33% -
HSV(B) 156.72º 0.57% 0.46% -
XYZ 9.78 14.43 12.4 -
YUV 95 126.3 96.61 -
System Red Green Blue C M Y K H S L
Decimal 51 118 92 0.57 0 0.22 0.54 156.72 0.4 0.33
Hex 33 76 5C 39 0 16 36 9D 28 21
Octal 63 166 134 71 0 26 66 235 50 41
Binary 110011 1110110 1011100 111001 0 10110 110110 10011101 101000 100001

Color Harmonies of #33765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33765C

Black with #33765C

Text Example


Text Example

White with #33765C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33765C; }

 p { color: rgb(51,118,92); }

 H1.HeaderClassName
 {
   color: #33765C;
 }
 .AnyTagClassName
 {
   color: #33765C;
 }
</style>

background-color css

<style>
 a { background-color: #33765C; }

 a { background-color: rgb(51,118,92); }

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

border-color css

<style>
 span { border-color: #33765C; }

 span { border-color: rgb(51,118,92); }

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