Html Css Color HEX #3C775F Amazon

📋 copy color: '#3C775F'

red 60 ◦ green 119 ◦ blue 95

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

Shades of Amazon #3C775F

Tints of Amazon #3C775F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.67%

R = 21.9%
G = 43.43%
B = 34.67%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#3C775F (or 0x3C775F) is known color: Amazon. HEX triplet: 3C, 77 and 5F. RGB value is (60,119,95). Sum of RGB (Red+Green+Blue) = 60+119+95=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #3C775F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C775F is #C388A0. Grayscale: #626262. Windows color (decimal): -12814497 or 6256444. OLE color: 6256444.

HSL color Cylindrical-coordinate representation of color #3C775F: hue angle of 155.59º 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 #3C775F is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 60 119 95 -
CMYK 0.50 0 0.20 0.53
HSL 155.59º 0.33% 0.35% -
HSV(B) 155.59º 0.5% 0.47% -
XYZ 10.53 14.98 13.16 -
YUV 98.62 125.95 100.45 -
System Red Green Blue C M Y K H S L
Decimal 60 119 95 0.50 0 0.20 0.53 155.59 0.33 0.35
Hex 3C 77 5F 32 0 14 35 9C 21 23
Octal 74 167 137 62 0 24 65 234 41 43
Binary 111100 1110111 1011111 110010 0 10100 110101 10011100 100001 100011

Color Harmonies of #3C775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C775F

Black with #3C775F

Text Example


Text Example

White with #3C775F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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