Html Css Color HEX #35874D Amazon

📋 copy color: '#35874D'

red 53 ◦ green 135 ◦ blue 77

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

Shades of Amazon #35874D

Tints of Amazon #35874D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 50.94%

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

R = 20%
G = 50.94%
B = 29.06%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#35874D (or 0x35874D) is known color: Amazon. HEX triplet: 35, 87 and 4D. RGB value is (53,135,77). Sum of RGB (Red+Green+Blue) = 53+135+77=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 135 (53.12% from 255 or 50.94% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 135 - color contains mainly: green. Hex color #35874D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35874D is #CA78B2. Grayscale: #686868. Windows color (decimal): -13269171 or 5080885. OLE color: 5080885.

HSL color Cylindrical-coordinate representation of color #35874D: hue angle of 137.56º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #35874D is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 135 77 -
CMYK 0.61 0 0.43 0.47
HSL 137.56º 0.44% 0.37% -
HSV(B) 137.56º 0.61% 0.53% -
XYZ 11.47 18.62 10.01 -
YUV 103.87 112.83 91.72 -
System Red Green Blue C M Y K H S L
Decimal 53 135 77 0.61 0 0.43 0.47 137.56 0.44 0.37
Hex 35 87 4D 3D 0 2B 2F 8A 2C 25
Octal 65 207 115 75 0 53 57 212 54 45
Binary 110101 10000111 1001101 111101 0 101011 101111 10001010 101100 100101

Color Harmonies of #35874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35874D

Black with #35874D

Text Example


Text Example

White with #35874D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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