Html Css Color HEX #35844E Amazon

📋 copy color: '#35844E'

red 53 ◦ green 132 ◦ blue 78

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

Shades of Amazon #35844E

Tints of Amazon #35844E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.19%

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

R = 20.15%
G = 50.19%
B = 29.66%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#35844E (or 0x35844E) is known color: Amazon. HEX triplet: 35, 84 and 4E. RGB value is (53,132,78). Sum of RGB (Red+Green+Blue) = 53+132+78=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 132 (51.95% from 255 or 50.19% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 132 - color contains mainly: green. Hex color #35844E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35844E is #CA7BB1. Grayscale: #666666. Windows color (decimal): -13269938 or 5145653. OLE color: 5145653.

HSL color Cylindrical-coordinate representation of color #35844E: hue angle of 138.99º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35844E is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 132 78 -
CMYK 0.60 0 0.41 0.48
HSL 138.99º 0.43% 0.36% -
HSV(B) 138.99º 0.6% 0.52% -
XYZ 11.09 17.81 10.06 -
YUV 102.22 114.33 92.89 -
System Red Green Blue C M Y K H S L
Decimal 53 132 78 0.60 0 0.41 0.48 138.99 0.43 0.36
Hex 35 84 4E 3C 0 29 30 8B 2B 24
Octal 65 204 116 74 0 51 60 213 53 44
Binary 110101 10000100 1001110 111100 0 101001 110000 10001011 101011 100100

Color Harmonies of #35844E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35844E

Black with #35844E

Text Example


Text Example

White with #35844E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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