Html Css Color HEX #35824E Amazon

📋 copy color: '#35824E'

red 53 ◦ green 130 ◦ blue 78

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

Shades of Amazon #35824E

Tints of Amazon #35824E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.81%

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

R = 20.31%
G = 49.81%
B = 29.89%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#35824E (or 0x35824E) is known color: Amazon. HEX triplet: 35, 82 and 4E. RGB value is (53,130,78). Sum of RGB (Red+Green+Blue) = 53+130+78=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #35824E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35824E is #CA7DB1. Grayscale: #656565. Windows color (decimal): -13270450 or 5145141. OLE color: 5145141.

HSL color Cylindrical-coordinate representation of color #35824E: hue angle of 139.48º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35824E is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 130 78 -
CMYK 0.59 0 0.40 0.49
HSL 139.48º 0.42% 0.36% -
HSV(B) 139.48º 0.59% 0.51% -
XYZ 10.83 17.27 9.97 -
YUV 101.05 114.99 93.73 -
System Red Green Blue C M Y K H S L
Decimal 53 130 78 0.59 0 0.40 0.49 139.48 0.42 0.36
Hex 35 82 4E 3B 0 28 31 8B 2A 24
Octal 65 202 116 73 0 50 61 213 52 44
Binary 110101 10000010 1001110 111011 0 101000 110001 10001011 101010 100100

Color Harmonies of #35824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35824E

Black with #35824E

Text Example


Text Example

White with #35824E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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