Html Css Color HEX #35864E Amazon

📋 copy color: '#35864E'

red 53 ◦ green 134 ◦ blue 78

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

Shades of Amazon #35864E

Tints of Amazon #35864E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 29.43%

R = 20%
G = 50.57%
B = 29.43%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#35864E (or 0x35864E) is known color: Amazon. HEX triplet: 35, 86 and 4E. RGB value is (53,134,78). Sum of RGB (Red+Green+Blue) = 53+134+78=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 134 (52.73% from 255 or 50.57% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 134 - color contains mainly: green. Hex color #35864E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35864E is #CA79B1. Grayscale: #676767. Windows color (decimal): -13269426 or 5146165. OLE color: 5146165.

HSL color Cylindrical-coordinate representation of color #35864E: hue angle of 138.52º 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 #35864E is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 134 78 -
CMYK 0.60 0 0.42 0.47
HSL 138.52º 0.43% 0.37% -
HSV(B) 138.52º 0.6% 0.53% -
XYZ 11.37 18.36 10.15 -
YUV 103.4 113.66 92.05 -
System Red Green Blue C M Y K H S L
Decimal 53 134 78 0.60 0 0.42 0.47 138.52 0.43 0.37
Hex 35 86 4E 3C 0 2A 2F 8B 2B 25
Octal 65 206 116 74 0 52 57 213 53 45
Binary 110101 10000110 1001110 111100 0 101010 101111 10001011 101011 100101

Color Harmonies of #35864E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35864E

Black with #35864E

Text Example


Text Example

White with #35864E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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