Html Css Color HEX #3C7E58 Amazon

📋 copy color: '#3C7E58'

red 60 ◦ green 126 ◦ blue 88

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

Shades of Amazon #3C7E58

Tints of Amazon #3C7E58

RGB

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

 GREEN value IS 126 (49.61% from 255) = 45.99%

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

R = 21.9%
G = 45.99%
B = 32.12%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#3C7E58 (or 0x3C7E58) is known color: Amazon. HEX triplet: 3C, 7E and 58. RGB value is (60,126,88). Sum of RGB (Red+Green+Blue) = 60+126+88=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 126 (49.61% from 255 or 45.99% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 126 - color contains mainly: green. Hex color #3C7E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7E58 is #C381A7. Grayscale: #666666. Windows color (decimal): -12812712 or 5799484. OLE color: 5799484.

HSL color Cylindrical-coordinate representation of color #3C7E58: hue angle of 145.45º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C7E58 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 60 126 88 -
CMYK 0.52 0 0.30 0.51
HSL 145.45º 0.35% 0.36% -
HSV(B) 145.45º 0.52% 0.49% -
XYZ 11.09 16.59 11.85 -
YUV 101.93 120.13 98.09 -
System Red Green Blue C M Y K H S L
Decimal 60 126 88 0.52 0 0.30 0.51 145.45 0.35 0.36
Hex 3C 7E 58 34 0 1E 33 91 23 24
Octal 74 176 130 64 0 36 63 221 43 44
Binary 111100 1111110 1011000 110100 0 11110 110011 10010001 100011 100100

Color Harmonies of #3C7E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7E58

Black with #3C7E58

Text Example


Text Example

White with #3C7E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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