Html Css Color HEX #35765A Amazon

📋 copy color: '#35765A'

red 53 ◦ green 118 ◦ blue 90

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

Shades of Amazon #35765A

Tints of Amazon #35765A

RGB

 RED value IS 53 (21.09% from 255) = 20.31%

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

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

R = 20.31%
G = 45.21%
B = 34.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#35765A (or 0x35765A) is known color: Amazon. HEX triplet: 35, 76 and 5A. RGB value is (53,118,90). Sum of RGB (Red+Green+Blue) = 53+118+90=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #35765A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35765A is #CA89A5. Grayscale: #5F5F5F. Windows color (decimal): -13273510 or 5928501. OLE color: 5928501.

HSL color Cylindrical-coordinate representation of color #35765A: hue angle of 154.15º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35765A is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 118 90 -
CMYK 0.55 0 0.24 0.54
HSL 154.15º 0.38% 0.34% -
HSV(B) 154.15º 0.55% 0.46% -
XYZ 9.79 14.45 11.95 -
YUV 95.37 124.97 97.78 -
System Red Green Blue C M Y K H S L
Decimal 53 118 90 0.55 0 0.24 0.54 154.15 0.38 0.34
Hex 35 76 5A 37 0 18 36 9A 26 22
Octal 65 166 132 67 0 30 66 232 46 42
Binary 110101 1110110 1011010 110111 0 11000 110110 10011010 100110 100010

Color Harmonies of #35765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35765A

Black with #35765A

Text Example


Text Example

White with #35765A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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