Html Css Color HEX #35714A Amazon

📋 copy color: '#35714A'

red 53 ◦ green 113 ◦ blue 74

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

Shades of Amazon #35714A

Tints of Amazon #35714A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.08%

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

R = 22.08%
G = 47.08%
B = 30.83%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#35714A (or 0x35714A) is known color: Amazon. HEX triplet: 35, 71 and 4A. RGB value is (53,113,74). Sum of RGB (Red+Green+Blue) = 53+113+74=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #35714A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35714A is #CA8EB5. Grayscale: #5A5A5A. Windows color (decimal): -13274806 or 4878645. OLE color: 4878645.

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

Color convert

RGB 53 113 74 -
CMYK 0.53 0 0.35 0.56
HSL 141º 0.36% 0.33% -
HSV(B) 141º 0.53% 0.44% -
XYZ 8.61 13.06 8.55 -
YUV 90.61 118.62 101.17 -
System Red Green Blue C M Y K H S L
Decimal 53 113 74 0.53 0 0.35 0.56 141 0.36 0.33
Hex 35 71 4A 35 0 23 38 8D 24 21
Octal 65 161 112 65 0 43 70 215 44 41
Binary 110101 1110001 1001010 110101 0 100011 111000 10001101 100100 100001

Color Harmonies of #35714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35714A

Black with #35714A

Text Example


Text Example

White with #35714A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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