Html Css Color HEX #35864D Amazon

📋 copy color: '#35864D'

red 53 ◦ green 134 ◦ blue 77

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

Shades of Amazon #35864D

Tints of Amazon #35864D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.76%

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

R = 20.08%
G = 50.76%
B = 29.17%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#35864D (or 0x35864D) is known color: Amazon. HEX triplet: 35, 86 and 4D. RGB value is (53,134,77). Sum of RGB (Red+Green+Blue) = 53+134+77=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #35864D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35864D is #CA79B2. Grayscale: #676767. Windows color (decimal): -13269427 or 5080629. OLE color: 5080629.

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

Color convert

RGB 53 134 77 -
CMYK 0.60 0 0.43 0.47
HSL 137.78º 0.43% 0.37% -
HSV(B) 137.78º 0.6% 0.53% -
XYZ 11.33 18.34 9.96 -
YUV 103.28 113.16 92.13 -
System Red Green Blue C M Y K H S L
Decimal 53 134 77 0.60 0 0.43 0.47 137.78 0.43 0.37
Hex 35 86 4D 3C 0 2B 2F 8A 2B 25
Octal 65 206 115 74 0 53 57 212 53 45
Binary 110101 10000110 1001101 111100 0 101011 101111 10001010 101011 100101

Color Harmonies of #35864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35864D

Black with #35864D

Text Example


Text Example

White with #35864D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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