Html Css Color HEX #3C7B5E Amazon

📋 copy color: '#3C7B5E'

red 60 ◦ green 123 ◦ blue 94

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

Shades of Amazon #3C7B5E

Tints of Amazon #3C7B5E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 44.4%

 BLUE value IS 94 (37.11% from 255) = 33.94%

R = 21.66%
G = 44.4%
B = 33.94%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#3C7B5E (or 0x3C7B5E) is known color: Amazon. HEX triplet: 3C, 7B and 5E. RGB value is (60,123,94). Sum of RGB (Red+Green+Blue) = 60+123+94=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 123 (48.44% from 255 or 44.40% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 123 - color contains mainly: green. Hex color #3C7B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7B5E is #C384A1. Grayscale: #646464. Windows color (decimal): -12813474 or 6191932. OLE color: 6191932.

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

Color convert

RGB 60 123 94 -
CMYK 0.51 0 0.24 0.52
HSL 152.38º 0.34% 0.36% -
HSV(B) 152.38º 0.51% 0.48% -
XYZ 10.97 15.93 13.09 -
YUV 100.86 124.13 98.86 -
System Red Green Blue C M Y K H S L
Decimal 60 123 94 0.51 0 0.24 0.52 152.38 0.34 0.36
Hex 3C 7B 5E 33 0 18 34 98 22 24
Octal 74 173 136 63 0 30 64 230 42 44
Binary 111100 1111011 1011110 110011 0 11000 110100 10011000 100010 100100

Color Harmonies of #3C7B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7B5E

Black with #3C7B5E

Text Example


Text Example

White with #3C7B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,123,94); }

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

background-color css

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

 a { background-color: rgb(60,123,94); }

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

border-color css

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

 span { border-color: rgb(60,123,94); }

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