Html Css Color HEX #3C7758 Amazon

📋 copy color: '#3C7758'

red 60 ◦ green 119 ◦ blue 88

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

Shades of Amazon #3C7758

Tints of Amazon #3C7758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.96%

R = 22.47%
G = 44.57%
B = 32.96%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#3C7758 (or 0x3C7758) is known color: Amazon. HEX triplet: 3C, 77 and 58. RGB value is (60,119,88). Sum of RGB (Red+Green+Blue) = 60+119+88=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #3C7758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7758 is #C388A7. Grayscale: #616161. Windows color (decimal): -12814504 or 5797692. OLE color: 5797692.

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

Color convert

RGB 60 119 88 -
CMYK 0.50 0 0.26 0.53
HSL 148.47º 0.33% 0.35% -
HSV(B) 148.47º 0.5% 0.47% -
XYZ 10.22 14.86 11.56 -
YUV 97.83 122.45 101.02 -
System Red Green Blue C M Y K H S L
Decimal 60 119 88 0.50 0 0.26 0.53 148.47 0.33 0.35
Hex 3C 77 58 32 0 1A 35 94 21 23
Octal 74 167 130 62 0 32 65 224 41 43
Binary 111100 1110111 1011000 110010 0 11010 110101 10010100 100001 100011

Color Harmonies of #3C7758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7758

Black with #3C7758

Text Example


Text Example

White with #3C7758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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