Html Css Color HEX #3C775B Amazon

📋 copy color: '#3C775B'

red 60 ◦ green 119 ◦ blue 91

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

Shades of Amazon #3C775B

Tints of Amazon #3C775B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.7%

R = 22.22%
G = 44.07%
B = 33.7%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#3C775B (or 0x3C775B) is known color: Amazon. HEX triplet: 3C, 77 and 5B. RGB value is (60,119,91). Sum of RGB (Red+Green+Blue) = 60+119+91=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #3C775B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C775B is #C388A4. Grayscale: #626262. Windows color (decimal): -12814501 or 5994300. OLE color: 5994300.

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

Color convert

RGB 60 119 91 -
CMYK 0.50 0 0.24 0.53
HSL 151.53º 0.33% 0.35% -
HSV(B) 151.53º 0.5% 0.47% -
XYZ 10.35 14.91 12.23 -
YUV 98.17 123.95 100.78 -
System Red Green Blue C M Y K H S L
Decimal 60 119 91 0.50 0 0.24 0.53 151.53 0.33 0.35
Hex 3C 77 5B 32 0 18 35 98 21 23
Octal 74 167 133 62 0 30 65 230 41 43
Binary 111100 1110111 1011011 110010 0 11000 110101 10011000 100001 100011

Color Harmonies of #3C775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C775B

Black with #3C775B

Text Example


Text Example

White with #3C775B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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