Html Css Color HEX #35714F Amazon

📋 copy color: '#35714F'

red 53 ◦ green 113 ◦ blue 79

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

Shades of Amazon #35714F

Tints of Amazon #35714F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.24%

R = 21.63%
G = 46.12%
B = 32.24%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#35714F (or 0x35714F) is known color: Amazon. HEX triplet: 35, 71 and 4F. RGB value is (53,113,79). Sum of RGB (Red+Green+Blue) = 53+113+79=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #35714F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35714F is #CA8EB0. Grayscale: #5B5B5B. Windows color (decimal): -13274801 or 5206325. OLE color: 5206325.

HSL color Cylindrical-coordinate representation of color #35714F: hue angle of 146º 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 #35714F is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 113 79 -
CMYK 0.53 0 0.30 0.56
HSL 146º 0.36% 0.33% -
HSV(B) 146º 0.53% 0.44% -
XYZ 8.78 13.13 9.47 -
YUV 91.18 121.12 100.76 -
System Red Green Blue C M Y K H S L
Decimal 53 113 79 0.53 0 0.30 0.56 146 0.36 0.33
Hex 35 71 4F 35 0 1E 38 92 24 21
Octal 65 161 117 65 0 36 70 222 44 41
Binary 110101 1110001 1001111 110101 0 11110 111000 10010010 100100 100001

Color Harmonies of #35714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35714F

Black with #35714F

Text Example


Text Example

White with #35714F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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