Html Css Color HEX #35785D Amazon

📋 copy color: '#35785D'

red 53 ◦ green 120 ◦ blue 93

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

Shades of Amazon #35785D

Tints of Amazon #35785D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.11%

 BLUE value IS 93 (36.72% from 255) = 34.96%

R = 19.92%
G = 45.11%
B = 34.96%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#35785D (or 0x35785D) is known color: Amazon. HEX triplet: 35, 78 and 5D. RGB value is (53,120,93). Sum of RGB (Red+Green+Blue) = 53+120+93=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 120 - color contains mainly: green. Hex color #35785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35785D is #CA87A2. Grayscale: #606060. Windows color (decimal): -13272995 or 6125621. OLE color: 6125621.

HSL color Cylindrical-coordinate representation of color #35785D: hue angle of 155.82º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #35785D is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 120 93 -
CMYK 0.56 0 0.22 0.53
HSL 155.82º 0.39% 0.34% -
HSV(B) 155.82º 0.56% 0.47% -
XYZ 10.16 14.98 12.71 -
YUV 96.89 125.8 96.7 -
System Red Green Blue C M Y K H S L
Decimal 53 120 93 0.56 0 0.22 0.53 155.82 0.39 0.34
Hex 35 78 5D 38 0 16 35 9C 27 22
Octal 65 170 135 70 0 26 65 234 47 42
Binary 110101 1111000 1011101 111000 0 10110 110101 10011100 100111 100010

Color Harmonies of #35785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35785D

Black with #35785D

Text Example


Text Example

White with #35785D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35785D; }

 p { color: rgb(53,120,93); }

 H1.HeaderClassName
 {
   color: #35785D;
 }
 .AnyTagClassName
 {
   color: #35785D;
 }
</style>

background-color css

<style>
 a { background-color: #35785D; }

 a { background-color: rgb(53,120,93); }

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

border-color css

<style>
 span { border-color: #35785D; }

 span { border-color: rgb(53,120,93); }

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