Html Css Color HEX #35864A Amazon

📋 copy color: '#35864A'

red 53 ◦ green 134 ◦ blue 74

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

Shades of Amazon #35864A

Tints of Amazon #35864A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.35%

R = 20.31%
G = 51.34%
B = 28.35%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#35864A (or 0x35864A) is known color: Amazon. HEX triplet: 35, 86 and 4A. RGB value is (53,134,74). Sum of RGB (Red+Green+Blue) = 53+134+74=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #35864A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35864A is #CA79B5. Grayscale: #676767. Windows color (decimal): -13269430 or 4884021. OLE color: 4884021.

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

Color convert

RGB 53 134 74 -
CMYK 0.60 0 0.45 0.47
HSL 135.56º 0.43% 0.37% -
HSV(B) 135.56º 0.6% 0.53% -
XYZ 11.23 18.3 9.42 -
YUV 102.94 111.66 92.38 -
System Red Green Blue C M Y K H S L
Decimal 53 134 74 0.60 0 0.45 0.47 135.56 0.43 0.37
Hex 35 86 4A 3C 0 2D 2F 88 2B 25
Octal 65 206 112 74 0 55 57 210 53 45
Binary 110101 10000110 1001010 111100 0 101101 101111 10001000 101011 100101

Color Harmonies of #35864A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35864A

Black with #35864A

Text Example


Text Example

White with #35864A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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