Html Css Color HEX #33765A Amazon

📋 copy color: '#33765A'

red 51 ◦ green 118 ◦ blue 90

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

Shades of Amazon #33765A

Tints of Amazon #33765A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.75%

R = 19.69%
G = 45.56%
B = 34.75%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#33765A (or 0x33765A) is known color: Amazon. HEX triplet: 33, 76 and 5A. RGB value is (51,118,90). Sum of RGB (Red+Green+Blue) = 51+118+90=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #33765A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33765A is #CC89A5. Grayscale: #5E5E5E. Windows color (decimal): -13404582 or 5928499. OLE color: 5928499.

HSL color Cylindrical-coordinate representation of color #33765A: hue angle of 154.93º 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 #33765A is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 118 90 -
CMYK 0.57 0 0.24 0.54
HSL 154.93º 0.4% 0.33% -
HSV(B) 154.93º 0.57% 0.46% -
XYZ 9.69 14.4 11.94 -
YUV 94.78 125.3 96.78 -
System Red Green Blue C M Y K H S L
Decimal 51 118 90 0.57 0 0.24 0.54 154.93 0.4 0.33
Hex 33 76 5A 39 0 18 36 9B 28 21
Octal 63 166 132 71 0 30 66 233 50 41
Binary 110011 1110110 1011010 111001 0 11000 110110 10011011 101000 100001

Color Harmonies of #33765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33765A

Black with #33765A

Text Example


Text Example

White with #33765A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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