Html Css Color HEX #35714E Amazon

📋 copy color: '#35714E'

red 53 ◦ green 113 ◦ blue 78

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

Shades of Amazon #35714E

Tints of Amazon #35714E

RGB

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

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

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

R = 21.72%
G = 46.31%
B = 31.97%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#35714E (or 0x35714E) is known color: Amazon. HEX triplet: 35, 71 and 4E. RGB value is (53,113,78). Sum of RGB (Red+Green+Blue) = 53+113+78=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 113 - color contains mainly: green. Hex color #35714E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35714E is #CA8EB1. Grayscale: #5B5B5B. Windows color (decimal): -13274802 or 5140789. OLE color: 5140789.

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

Color convert

RGB 53 113 78 -
CMYK 0.53 0 0.31 0.56
HSL 145º 0.36% 0.33% -
HSV(B) 145º 0.53% 0.44% -
XYZ 8.75 13.12 9.28 -
YUV 91.07 120.62 100.85 -
System Red Green Blue C M Y K H S L
Decimal 53 113 78 0.53 0 0.31 0.56 145 0.36 0.33
Hex 35 71 4E 35 0 1F 38 91 24 21
Octal 65 161 116 65 0 37 70 221 44 41
Binary 110101 1110001 1001110 110101 0 11111 111000 10010001 100100 100001

Color Harmonies of #35714E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35714E

Black with #35714E

Text Example


Text Example

White with #35714E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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