Html Css Color HEX #3C775C Amazon

📋 copy color: '#3C775C'

red 60 ◦ green 119 ◦ blue 92

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

Shades of Amazon #3C775C

Tints of Amazon #3C775C

RGB

 RED value IS 60 (23.83% from 255) = 22.14%

 GREEN value IS 119 (46.88% from 255) = 43.91%

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

R = 22.14%
G = 43.91%
B = 33.95%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#3C775C (or 0x3C775C) is known color: Amazon. HEX triplet: 3C, 77 and 5C. RGB value is (60,119,92). Sum of RGB (Red+Green+Blue) = 60+119+92=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 119 - color contains mainly: green. Hex color #3C775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C775C is #C388A3. Grayscale: #626262. Windows color (decimal): -12814500 or 6059836. OLE color: 6059836.

HSL color Cylindrical-coordinate representation of color #3C775C: hue angle of 152.54º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C775C is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 60 119 92 -
CMYK 0.50 0 0.23 0.53
HSL 152.54º 0.33% 0.35% -
HSV(B) 152.54º 0.5% 0.47% -
XYZ 10.39 14.93 12.46 -
YUV 98.28 124.45 100.7 -
System Red Green Blue C M Y K H S L
Decimal 60 119 92 0.50 0 0.23 0.53 152.54 0.33 0.35
Hex 3C 77 5C 32 0 17 35 99 21 23
Octal 74 167 134 62 0 27 65 231 41 43
Binary 111100 1110111 1011100 110010 0 10111 110101 10011001 100001 100011

Color Harmonies of #3C775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C775C

Black with #3C775C

Text Example


Text Example

White with #3C775C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C775C; }

 p { color: rgb(60,119,92); }

 H1.HeaderClassName
 {
   color: #3C775C;
 }
 .AnyTagClassName
 {
   color: #3C775C;
 }
</style>

background-color css

<style>
 a { background-color: #3C775C; }

 a { background-color: rgb(60,119,92); }

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

border-color css

<style>
 span { border-color: #3C775C; }

 span { border-color: rgb(60,119,92); }

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