Html Css Color HEX #3C8A51 Amazon

📋 copy color: '#3C8A51'

red 60 ◦ green 138 ◦ blue 81

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

Shades of Amazon #3C8A51

Tints of Amazon #3C8A51

RGB

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

 GREEN value IS 138 (54.3% from 255) = 49.46%

 BLUE value IS 81 (32.03% from 255) = 29.03%

R = 21.51%
G = 49.46%
B = 29.03%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.41

 K value IS 0.46

RGB Variations

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

Color information

#3C8A51 (or 0x3C8A51) is known color: Amazon. HEX triplet: 3C, 8A and 51. RGB value is (60,138,81). Sum of RGB (Red+Green+Blue) = 60+138+81=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 138 (54.30% from 255 or 49.46% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 138 - color contains mainly: green. Hex color #3C8A51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8A51 is #C375AE. Grayscale: #6C6C6C. Windows color (decimal): -12809647 or 5343804. OLE color: 5343804.

HSL color Cylindrical-coordinate representation of color #3C8A51: hue angle of 136.15º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8A51 is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 138 81 -
CMYK 0.57 0 0.41 0.46
HSL 136.15º 0.39% 0.39% -
HSV(B) 136.15º 0.57% 0.54% -
XYZ 12.44 19.73 10.94 -
YUV 108.18 112.66 93.63 -
System Red Green Blue C M Y K H S L
Decimal 60 138 81 0.57 0 0.41 0.46 136.15 0.39 0.39
Hex 3C 8A 51 39 0 29 2E 88 27 27
Octal 74 212 121 71 0 51 56 210 47 47
Binary 111100 10001010 1010001 111001 0 101001 101110 10001000 100111 100111

Color Harmonies of #3C8A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8A51

Black with #3C8A51

Text Example


Text Example

White with #3C8A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,138,81); }

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

background-color css

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

 a { background-color: rgb(60,138,81); }

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

border-color css

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

 span { border-color: rgb(60,138,81); }

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