Html Css Color HEX #35824A Amazon

📋 copy color: '#35824A'

red 53 ◦ green 130 ◦ blue 74

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

Shades of Amazon #35824A

Tints of Amazon #35824A

RGB

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

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

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

R = 20.62%
G = 50.58%
B = 28.79%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#35824A (or 0x35824A) is known color: Amazon. HEX triplet: 35, 82 and 4A. RGB value is (53,130,74). Sum of RGB (Red+Green+Blue) = 53+130+74=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #35824A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35824A is #CA7DB5. Grayscale: #646464. Windows color (decimal): -13270454 or 4882997. OLE color: 4882997.

HSL color Cylindrical-coordinate representation of color #35824A: hue angle of 136.36º 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 #35824A is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 130 74 -
CMYK 0.59 0 0.43 0.49
HSL 136.36º 0.42% 0.36% -
HSV(B) 136.36º 0.59% 0.51% -
XYZ 10.69 17.22 9.24 -
YUV 100.59 112.99 94.05 -
System Red Green Blue C M Y K H S L
Decimal 53 130 74 0.59 0 0.43 0.49 136.36 0.42 0.36
Hex 35 82 4A 3B 0 2B 31 88 2A 24
Octal 65 202 112 73 0 53 61 210 52 44
Binary 110101 10000010 1001010 111011 0 101011 110001 10001000 101010 100100

Color Harmonies of #35824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35824A

Black with #35824A

Text Example


Text Example

White with #35824A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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