Html Css Color HEX #35805C Amazon

📋 copy color: '#35805C'

red 53 ◦ green 128 ◦ blue 92

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

Shades of Amazon #35805C

Tints of Amazon #35805C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.89%

 BLUE value IS 92 (36.33% from 255) = 33.7%

R = 19.41%
G = 46.89%
B = 33.7%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#35805C (or 0x35805C) is known color: Amazon. HEX triplet: 35, 80 and 5C. RGB value is (53,128,92). Sum of RGB (Red+Green+Blue) = 53+128+92=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 128 - color contains mainly: green. Hex color #35805C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35805C is #CA7FA3. Grayscale: #656565. Windows color (decimal): -13270948 or 6062133. OLE color: 6062133.

HSL color Cylindrical-coordinate representation of color #35805C: hue angle of 151.2º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35805C is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 128 92 -
CMYK 0.59 0 0.28 0.50
HSL 151.2º 0.41% 0.35% -
HSV(B) 151.2º 0.59% 0.5% -
XYZ 11.12 16.97 12.81 -
YUV 101.47 122.65 93.43 -
System Red Green Blue C M Y K H S L
Decimal 53 128 92 0.59 0 0.28 0.50 151.2 0.41 0.35
Hex 35 80 5C 3B 0 1C 32 97 29 23
Octal 65 200 134 73 0 34 62 227 51 43
Binary 110101 10000000 1011100 111011 0 11100 110010 10010111 101001 100011

Color Harmonies of #35805C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35805C

Black with #35805C

Text Example


Text Example

White with #35805C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,128,92); }

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

background-color css

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

 a { background-color: rgb(53,128,92); }

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

border-color css

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

 span { border-color: rgb(53,128,92); }

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