Html Css Color HEX #33765D Amazon

📋 copy color: '#33765D'

red 51 ◦ green 118 ◦ blue 93

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

Shades of Amazon #33765D

Tints of Amazon #33765D

RGB

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

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

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

R = 19.47%
G = 45.04%
B = 35.5%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#33765D (or 0x33765D) is known color: Amazon. HEX triplet: 33, 76 and 5D. RGB value is (51,118,93). Sum of RGB (Red+Green+Blue) = 51+118+93=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 118 - color contains mainly: green. Hex color #33765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33765D is #CC89A2. Grayscale: #5F5F5F. Windows color (decimal): -13404579 or 6125107. OLE color: 6125107.

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

Color convert

RGB 51 118 93 -
CMYK 0.57 0 0.21 0.54
HSL 157.61º 0.4% 0.33% -
HSV(B) 157.61º 0.57% 0.46% -
XYZ 9.82 14.45 12.63 -
YUV 95.12 126.8 96.53 -
System Red Green Blue C M Y K H S L
Decimal 51 118 93 0.57 0 0.21 0.54 157.61 0.4 0.33
Hex 33 76 5D 39 0 15 36 9E 28 21
Octal 63 166 135 71 0 25 66 236 50 41
Binary 110011 1110110 1011101 111001 0 10101 110110 10011110 101000 100001

Color Harmonies of #33765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33765D

Black with #33765D

Text Example


Text Example

White with #33765D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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