Html Css Color HEX #35824C Amazon

📋 copy color: '#35824C'

red 53 ◦ green 130 ◦ blue 76

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

Shades of Amazon #35824C

Tints of Amazon #35824C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.34%

R = 20.46%
G = 50.19%
B = 29.34%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#35824C (or 0x35824C) is known color: Amazon. HEX triplet: 35, 82 and 4C. RGB value is (53,130,76). Sum of RGB (Red+Green+Blue) = 53+130+76=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #35824C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35824C is #CA7DB3. Grayscale: #646464. Windows color (decimal): -13270452 or 5014069. OLE color: 5014069.

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

Color convert

RGB 53 130 76 -
CMYK 0.59 0 0.42 0.49
HSL 137.92º 0.42% 0.36% -
HSV(B) 137.92º 0.59% 0.51% -
XYZ 10.76 17.24 9.6 -
YUV 100.82 113.99 93.89 -
System Red Green Blue C M Y K H S L
Decimal 53 130 76 0.59 0 0.42 0.49 137.92 0.42 0.36
Hex 35 82 4C 3B 0 2A 31 8A 2A 24
Octal 65 202 114 73 0 52 61 212 52 44
Binary 110101 10000010 1001100 111011 0 101010 110001 10001010 101010 100100

Color Harmonies of #35824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35824C

Black with #35824C

Text Example


Text Example

White with #35824C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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