Html Css Color HEX #3C864F Amazon

📋 copy color: '#3C864F'

red 60 ◦ green 134 ◦ blue 79

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

Shades of Amazon #3C864F

Tints of Amazon #3C864F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.08%

 BLUE value IS 79 (31.25% from 255) = 28.94%

R = 21.98%
G = 49.08%
B = 28.94%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#3C864F (or 0x3C864F) is known color: Amazon. HEX triplet: 3C, 86 and 4F. RGB value is (60,134,79). Sum of RGB (Red+Green+Blue) = 60+134+79=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #3C864F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C864F is #C379B0. Grayscale: #696969. Windows color (decimal): -12810673 or 5211708. OLE color: 5211708.

HSL color Cylindrical-coordinate representation of color #3C864F: hue angle of 135.41º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C864F is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 60 134 79 -
CMYK 0.55 0 0.41 0.47
HSL 135.41º 0.38% 0.38% -
HSV(B) 135.41º 0.55% 0.53% -
XYZ 11.8 18.58 10.36 -
YUV 105.6 112.98 95.47 -
System Red Green Blue C M Y K H S L
Decimal 60 134 79 0.55 0 0.41 0.47 135.41 0.38 0.38
Hex 3C 86 4F 37 0 29 2F 87 26 26
Octal 74 206 117 67 0 51 57 207 46 46
Binary 111100 10000110 1001111 110111 0 101001 101111 10000111 100110 100110

Color Harmonies of #3C864F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C864F

Black with #3C864F

Text Example


Text Example

White with #3C864F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,134,79); }

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

background-color css

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

 a { background-color: rgb(60,134,79); }

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

border-color css

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

 span { border-color: rgb(60,134,79); }

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