Html Css Color HEX #35785C Amazon

📋 copy color: '#35785C'

red 53 ◦ green 120 ◦ blue 92

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

Shades of Amazon #35785C

Tints of Amazon #35785C

RGB

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

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

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

R = 20%
G = 45.28%
B = 34.72%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#35785C (or 0x35785C) is known color: Amazon. HEX triplet: 35, 78 and 5C. RGB value is (53,120,92). Sum of RGB (Red+Green+Blue) = 53+120+92=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 120 - color contains mainly: green. Hex color #35785C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35785C is #CA87A3. Grayscale: #606060. Windows color (decimal): -13272996 or 6060085. OLE color: 6060085.

HSL color Cylindrical-coordinate representation of color #35785C: hue angle of 154.93º 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 #35785C is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 120 92 -
CMYK 0.56 0 0.23 0.53
HSL 154.93º 0.39% 0.34% -
HSV(B) 154.93º 0.56% 0.47% -
XYZ 10.12 14.96 12.48 -
YUV 96.78 125.3 96.78 -
System Red Green Blue C M Y K H S L
Decimal 53 120 92 0.56 0 0.23 0.53 154.93 0.39 0.34
Hex 35 78 5C 38 0 17 35 9B 27 22
Octal 65 170 134 70 0 27 65 233 47 42
Binary 110101 1111000 1011100 111000 0 10111 110101 10011011 100111 100010

Color Harmonies of #35785C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35785C

Black with #35785C

Text Example


Text Example

White with #35785C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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