Html Css Color HEX #35704D Amazon

📋 copy color: '#35704D'

red 53 ◦ green 112 ◦ blue 77

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

Shades of Amazon #35704D

Tints of Amazon #35704D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.28%

 BLUE value IS 77 (30.47% from 255) = 31.82%

R = 21.9%
G = 46.28%
B = 31.82%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#35704D (or 0x35704D) is known color: Amazon. HEX triplet: 35, 70 and 4D. RGB value is (53,112,77). Sum of RGB (Red+Green+Blue) = 53+112+77=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #35704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35704D is #CA8FB2. Grayscale: #5A5A5A. Windows color (decimal): -13275059 or 5074997. OLE color: 5074997.

HSL color Cylindrical-coordinate representation of color #35704D: hue angle of 144.41º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #35704D is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 112 77 -
CMYK 0.53 0 0.31 0.56
HSL 144.41º 0.36% 0.32% -
HSV(B) 144.41º 0.53% 0.44% -
XYZ 8.6 12.88 9.05 -
YUV 90.37 120.45 101.35 -
System Red Green Blue C M Y K H S L
Decimal 53 112 77 0.53 0 0.31 0.56 144.41 0.36 0.32
Hex 35 70 4D 35 0 1F 38 90 24 20
Octal 65 160 115 65 0 37 70 220 44 40
Binary 110101 1110000 1001101 110101 0 11111 111000 10010000 100100 100000

Color Harmonies of #35704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35704D

Black with #35704D

Text Example


Text Example

White with #35704D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,112,77); }

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

background-color css

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

 a { background-color: rgb(53,112,77); }

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

border-color css

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

 span { border-color: rgb(53,112,77); }

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